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!

adding program to automatically start at runlevel 5

Status
Not open for further replies.

richardko

Programmer
Jun 20, 2006
127
US
Hi,
I meed to add mysql to start automatically at run level five if the computer is rebooted or started. I know how to do this in GUI but I need to do this in linux prompt. Any idea?

Thanks
 
never mind.
I found the answer.
just needed to type.
chkconfig --level 5 httpd on
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top