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 |
what is the 3rd field of /etc/inittab file..? what are the possible values of that field...?
What is meant by jumpstart?
how to determine how many nfs server are there from nfs client
How do you give a user access to an application or program that needs to run as root without giving them the root password?
File system creation steps??
How can i stop the telnet service in solaris 8 and 9?
when i am starting solaris10 with 'fail safe mode' on intel machine it is asking "#starting shell".what is it and how to solve this problem?
what r diff types of back ups?
how to create 30 gb of volume using raid 0 concatination on three different disk
Performance monitoring tools?
Unable to telnet any of my servers in the network..? wht may be the reason
what r the configuration files for SAMBA and how can u configure samba on network with windows machines