|
Date: 2/12/2009 |
|
|
|
The scripts in /etc/rcN.d are links to the scripts in directory /etc/init.d, for example K20ssh -> ../init.d/ssh S35networking -> ../init.d/networking To add/remove startup scripts at a particular run level, create/remove the symbolic links, for example,
Alternatively, you can use command update-rc.d , for example:
Using update-rc.d for a
Adding/removing in the startup can also be accomplished by the menu-based command, sysv-rc-conf |