Review of Basic UNIX commands, some additional Configuration
You should be familiar with the basic UNIX commands
You should also be familiar with the general layout of the filesystem
Understanding of the various "run levels" for the booting process
The following commands/programs will be used/discussed this week:
Ctrl-alt-F1 to Ctrl-alt-F6 (virtual terminals)
ctrl-alt-F7 (gets you back to the GUI)
ps
Basic commands- cd, ls, less, more, rm, mv, cp, mkdir
Locating files- which, locate (run updatedb), find
Editing files- vi and pico
Piping and redirection- > >> |
Job Control- ps, jobs, kill, fg, bg, & and ^z
Permissions- chmod, chgrp, rwx, groups and /etc/passwd, /etc/group and
/etc/shadow
Run Levels and the Run Level Editor
/etc (xinetd.d, inittab, fstab, services)
/etc/rc.d and /etc/rc.d/init.d
/etc (shadow, passwd, resolv.conf, hosts)
/proc
The File System
/ &
/etc
/usr
/bin
/dev
/var
/sbin
/home
/mnt
/lib
/proc
/tmp
/boot
Booting
init
|