how to add a run control script..?
Answer / c. anthony francis
The following procedure describes how to add a run control
script:
1.. Create the script in the /etc/init.d directory.
#Vi /etc/init.d/<filename>
#chmod 744 /etc/init.d/<filename>
#chgrp sys /etc/init.d/<filename>
2. Create links to the appropriate /etc/init.d directory.
# cd /etc/init.d
# ln filename /etc/rc#.d/S##filename
# ln filename /etc/rc#.d/K##filename
For instance, you might link a file in /etc/init.d called
database to a file called /etc/rc3.d/S99database, with a
corresponding stop script called /etc/rc3.d/K99database.
3. Use the ls command to verify that the script has links
in the appropriate directories.
# ls -li /etc/init.d/filename
# ls -li /etc/rc#.d/S##filename
# ls -li /etc/rc#.d/K##filename
4. Test the filename by performing the following commands:
# /etc/init.d/filename start
| Is This Answer Correct ? | 2 Yes | 0 No |
How to create a gateway?
what is sc prompt in solaris? how can we get that sc prompt?
what r the daemons have been started when u install Veritas
How to detect a newly added device if you are not able to detect the device using devfsadm?
how u can push the user details in NIS
What is JASS?
what is file system ?can u explain briefly ?
What is the difference between failing and failed disks?
3 Answers IBM, Sascon, Sun Microsystems,
what r the files need to edit for DNS configuration..?
How do you boot from a Network with jumpstart?
Whats the difference between SVM and VxVM? What would you recommend to your clients? why?
how to add a run control script..?