December 2000
Intermediate to advanced
800 pages
22h 41m
English
Under OpenLinux and Red Hat, you'll find all the system initialization scripts in /etc/rc.d. This subdirectory has more subdirectories, one for each runlevel: rc0.d–rc6.d and init.d. Within the /etc/rc.d/rc#.d subdirectories (where the # is replaced by a single-digit number) are symbolic links to the master scripts stored in /etc/rc.d/init.d. (See Listing 13.2 for a partial listing of files and subdirectories under /etc/rc.d.) The scripts in init.d take an argument of start or stop, and occasionally of reload or restart.
/etc/rc.d/ drwxr-xr-x 10 root root 1024 Jan 14 17:24 ./ drwxr-xr-x 41 root root 4096 Feb 29 11:14 ../ drwxr-xr-x ... |
Read now
Unlock full access