PDA

View Full Version : file that load the process ?


Sharg
Sat 28th Oct '00, 4:51pm
Hi, which linux files does load at boot all the process that I can see from TOP (Apache, Mysql, Ftp....) ?

Thanks,
benj

Chris Schreiber
Mon 30th Oct '00, 12:55pm
On Linux (RedHat at least), all files that get loaded at boot time are located in the /etc/rc.d directory. Do Not edit/delete any of these scripts unless you are 100% sure of what you are doing, since deleting the wrong thing can leave your server un-bootable.

-Chris