LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   /etc/init.d/ Vs. /etc/rc.d (https://www.linuxquestions.org/questions/linux-newbie-8/etc-init-d-vs-etc-rc-d-134317/)

juanb 01-13-2004 09:01 AM

/etc/init.d/ Vs. /etc/rc.d
 
Hi !!

I dont know what is the diffrance between those 2 folders ?

someone told me that they are like in windows the diffarance between the services and placing a program in the startup folder.

thanks !!

willand 01-13-2004 10:11 AM

on my distribution, i don't have a rc.d folder...
but i have -> rcX.d

X -> goes from 0 to 6.... for levels execution
for more details, you can type "man init"

the init.d directory is for links... that will be created with the ln command..

Skyline 01-13-2004 10:28 AM

In Slackware your start-scripts are located in /etc/rc.d

In Red Hat/Mandrake etc there located in /etc/rc.d/init.d and the symlinks to these are located in /etc/rc.d/rcX.d where X is the run-level.


All times are GMT -5. The time now is 08:25 AM.