/etc/rc.d/ is where the runlevel scripts are.. that is.. there's rc0.d
through rc6.d where the number is the runlevel.. in like.. rc0.d,
everything is prefixed with a K which means kill.

In all the rcX.d directories in /etc/rc.d, there are symlinks to the
scripts in /etc/rc.d/init.d. The format is:

[K|S][sequence number][service name]

K = kill/stop the service
S = start the service
sequence number = the order that things get run in directory (0 on up)

example of what I have in rc3.d (just some of the directory):

lrwxrwxrwx    1 root     root           17 Feb  2  2000 S10network ->
../init.d/network
lrwxrwxrwx    1 root     root           17 Feb  2  2000 S11portmap ->
../init.d/portmap
lrwxrwxrwx    1 root     root           16 Feb  2  2000 S20random ->
../init.d/random
lrwxrwxrwx    1 root     root           15 Apr 14 16:03 S25netfs ->
../init.d/netfs
lrwxrwxrwx    1 root     root           16 Feb  2  2000 S30syslog ->
../init.d/syslog
lrwxrwxrwx    1 root     root           16 Apr 14 16:09 S35identd ->
../init.d/identd
lrwxrwxrwx    1 root     root           13 Feb  2  2000 S40atd ->
../init.d/atd
lrwxrwxrwx    1 root     root           15 Feb  2  2000 S40crond ->
../init.d/crond

This is pretty self explanitory...

**********
* Statux *
*************************************************************************
*               |                                                       *
* E-Mail:       |   [EMAIL PROTECTED]                                  *
* ICQ:          |   1732414                                             *
* Homepage:     |   http://www.geocities.com/reverendstatux/            *
*               |                                                       *
*************************************************************************



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to