Click to See Complete Forum and Search --> : startup services


groundzero
02-06-2001, 11:42 AM
Im want to know all the files that start stuff at boot time. I need to go through them and tighten up security aspects... I want to do it all CLI in Drake7.2.
Thanx everyone :D

X_console
02-06-2001, 11:49 AM
You'll find them in /etc/rc.d

groundzero
02-06-2001, 12:00 PM
"/etc/rc.d" is that the only dir that can start stuff. I was thinking there where more dirs and or files that could be starting stuff?
TIA

X_console
02-06-2001, 12:03 PM
/etc/rc.d contains all bootup files. Anything during bootup can be found there. /etc/rc.d/rc.local is the last file that executes anything before the login prompt is presented to you. Any other startup files are located in /etc and these are mainly the shell startup files. That is, /etc/profile, /etc/login, /etc/bashrc, etc...

groundzero
02-06-2001, 12:13 PM
ok ill start culling through them...
thanx