here is how to track it yourself
/etc/inittab
it will say in it
id:3:initdefault:
or some number in their
they are start up options
in their also their is an option
rc:2345:wait:/etc/rc.d/rc.
or somethign like that
the 2345 is the options like choice in ms-dos
and /etc/rc.d/rc.M is my file that it called
in teh file your system calls is where you can edit things
don't mess much with inittab because it is what boots your system. Just use it to get you info about how your system is set up to boot.
Main Topics
Browse All Topics





by: DracoXPosted on 2003-03-20 at 14:12:44ID: 8177225
You'll probably need to post some more details, including:
Distro and version of Linux
What type of program you're trying to start up
How you tried to get it working with rc.d in the first place
etc