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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running command on boot

Status
Not open for further replies.

sgfweatherguy

Technical User
Apr 1, 2002
9
US
What file do I need to edit to start a program/run a command script on startup? Running Irix 6.5...
 
In a nutshell:
Startup scripts are located in /etc/init.d and linked to /etc/rc2.d to be executed at startup in correct order.
Create your custom script similar to existing ones and link it to rc2.d (see 'man rc2' for details).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top