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