Linux Services at startup
The kill files listed in the appropriate startup directory (rc3.d for runlevel 3) are run when the previous runlevel was that number. The startup scripts are run for the current runlevel. We will concentrate on the startup scripts for runlevel 3. These scripts are listed below.
- S05apmd -> ../init.d/apmd
- S10network -> ../init.d/network
- S11portmap -> ../init.d/portmap
- S15netfs -> ../init.d/netfs
- S20random -> ../init.d/random
- S30syslog -> ../init.d/syslog
- S32gated -> ../init.d/gated
- S40atd -> ../init.d/atd
- S40crond -> ../init.d/crond
- S45pcmcia -> ../init.d/pcmcia
- S50inet -> ../init.d/inet
- S55named -> ../init.d/named
- S60lpd -> ../init.d/lpd
- S60mars-nwe -> ../init.d/mars-nwe
- S60nfs -> ../init.d/nfs
- S65dhcpd -> ../init.d/dhcpd
- S72amd -> ../init.d/autofs
- S75keytable -> ../init.d/keytable
- S80sendmail -> ../init.d/sendmail
- S85gpm -> ../init.d/gpm
- S85httpd -> ../init.d/httpd
- S90xfs -> ../init.d/xfs
- S91smb -> ../init.d/smb
- S95innd -> ../init.d/innd
- S99linuxconf -> ../init.d/linuxconf
- S99local -> ../rc.local
These files are softlinks to files in the directory "/etc/rc.d/init.d". The first script is the apmd startup script.
|