Home Operating System Solaris How to add your own run control script in server? - Create a script for example file1- Copy this file to /etc/init.d # cp file1 /etc/init.d # chmod 0744 /etc/init.d/file1 # chown root:sys /etc/init.d/file1 # ln /etc/init.d/file1 /etc/rcn.d/S100file1 # ln /etc/init.d/file1 /etc/rcn.d/K100file1
Post a Comment