|
An "init 3" wouldn't be enough?
Couldn't he modify the /etc/inittab file, so that the default state would be init 3?
You should see in your inittab file a line like:
init:5:initdefault:
Modify the 5 to be 3:
init:3:initdefault:
I think this should work for you...
Jason
|