Red Hat Linux 8 Training Week 3
Material:
Review Week 2
Installation Questions from Home?
Why didn't anyone ask me why this page wasn't here until Monday?
The Boot Process
Kernel Starts 1 Process - init
/etc/inittab or passed at boot time
/etc/rc.d/rc.sysinit
/etc/rc.d/rcX.d/[KS] scripts
/etc/rc.d/rc.local
gettys
System Services
Started/Stopped by rc.d scripts
Runlevels (changing, determining current/previous)
Common Services (http, ftp, ssh, telnet)
Finding Documentation
man
apropos
info
/usr/share/doc
/usr/doc
Getting Comfortable at the Command Line
cd, rm, mkdir, ls
cat, less, more
ps, w, who, whoami
pipes, io-redirection
df -k, top, free
foreground, background, job control