Essential Linux Operations: Omniac M
Essential Linux Operations: Omniac M
1/11
OMNIAC M
Linux is the most popular and powerful open source operating system, with different security features All products of OMNIACOM uses Linux as the Operating Platform
2/11
OMNIAC M
Multi-User system Logging in : user name and password Logout : exit Navigation: cd, ls, ll, pwd File Management - mkdir, cp, mv, rm,chmod, chown Editing - Emacs, less, tail, tailf Password changing: passwd Misc: clear, date, kill, q, ctrl-c,..
3/11
OMNIAC M
Floppy operations: mformat, mdir, mcopy, mdel Achiving: tar, zip Help: man Networking: ifconfig, ping, telnet, ftp
4/11
OMNIAC M
Multi session
5/11
OMNIAC M
Directories cd <directory> : To change to directory <directory> mkdir <directory> : To create a directory <directory> rm rf <directory> : To delete a directorry <directory>
6/11
OMNIAC M
Files less <fileName> : To view a file. Press 'q' to quit from there : To view the last 10 lines of a file. Press Ctrl-c' to quit from there
tail -f <file>
7/11
OMNIAC M
Floppy
mcopy a:<filename> . : To copy filename from floppy into current directory mcopy fileName a: : To copy fileName from current directory into floppy
8/11
OMNIAC M
Zipping
zip -r file.zip file1 file2... zip -r file.zip <directory> file.zip : To zip the files file1, file2, .... : To zip the contents of entire directory into
9/11
OMNIAC M
log
bnm
: /home/omc/cordect/new_diu/log/
: /home/omc/cordect/new_diu/bnm/
10/11
OMNIAC M
Exit
exit : To logout from this session
11/11