Results 1 to 4 of 4
I'm trying to install VMware right now and it needs to know the directory where I keep my init files, /sbin/init is not a directory so I dunno what to ...
- 08-08-2005 #1
In what directory are my init file located?
I'm trying to install VMware right now and it needs to know the directory where I keep my init files, /sbin/init is not a directory so I dunno what to do now. Does anyone know what the default directory is that the init files are being kept. Any help would be much appreciated (especially quick replies) thank you.
EDIT: here's VMware asking me
and here's whereisCode:What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
I put in the /usr/src.... into VMware and it saysCode:$ whereis init init: /usr/src/linux-2.6.12-ARCH/init /sbin/init /usr/man/man8/init.8.gz
Code:What is the directory that contains the init directories (rc0.d/ to rc6.d/)? /usr/src/linux-2.6.12-ARCH/init The path "/usr/src/linux-2.6.12-ARCH/init" is a directory which does not contain a rc0.d directory.
Registered Linux user #393103
- 08-08-2005 #2
/etc contains the init files.
How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 08-09-2005 #3
Look for the /etc/rcX.d, where X is from 0 to 6.
Stumbling around the 'net:
www.cloudyuseful.com
- 08-09-2005 #4
The init scripts are normally located under /etc/init.d/ the runlevel directorys /etc/rc*.d/ just contain symlinks to the scripts located under /etc/init.d/


Reply With Quote
