Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Easy question

Status
Not open for further replies.

Bonestein

Technical User
May 13, 2003
67
US
This is an easy question I just don't know the answer.

how do I put /usr2/programName/start* into startup.

so when I reboot it will come on

Version: SCO Openserver 5.0.6
 
Create a script called /etc/rc2.d/S99programName, put the commands needed to start the programme in there, and then make sure it's executable (chmod 755 /etc/rc2.d/S99programName).

Annihilannic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top