System Administration Guide, Volume I

How to Disable a Run Control Script

  1. Become superuser.

  2. Rename the script by adding an underscore (_) to the beginning of the new file.


    # cd /etc/rcn.d
    # mv filename _filename
    
  3. Verify the script has been renamed.


    # ls
    # _filename
    

Example--Disabling a Run Control Script

The following example changes the S100datainit script name but saves the original script.


# cd /etc/rc2.d
# mv S100datainit _S100datainit