- Forums
- Linux Hosting
- Stop A Program From Running At Startup
do you have a linux utility or a program which you want to stop from running during the booting of your server. if so, maybe this page will be able to help you. webune offers great deals on linux dedicated servers. [1419], Last Updated: Mon Jun 24, 2024
Webune Support
Fri Aug 06, 2010
1 Comments
587 Visits
do you have a linux utility or a program which you want to stop from running during the booting of your server. if so, maybe this page will be able to help you. Webune offers great deals on Linux Dedicated Servers.
To disabled a utility from starting during your startup during boot time, you can use the
chkconfig command
for example, lets say you dont want the ssh server to start every time you have to reboot your server you can send this command
chkconfig sshd off
so if you want it to come on every time you boot up your server, so it loads that ssh server, you can do this command
chkconfig sshd on
# chkconfig --levels 235 sshd on
https://www.webune.com/forums/20100429cxcx.html