System Administration Guide

How to Disable a Run Control Script

  1. Become superuser.

  2. Rename the script by adding a dot (.) to the beginning of the new file.


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


    # ls -a 
    # .filename
    

Example--Disabling a Run Control Script

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


# cd /etc/rc0.d
# cp K00ANNOUNCE .K00ANNOUNCE