Re: Boot commands

2000-03-14 Thread Dave Sherohman
Timothy Bedding said: > Where is the best place to add commands to be done by root > on booting? > > Somewhere in /etc/rc I guess. Put a script to handle startup/shutdown in /etc/init.d and create symlinks to it from the various /etc/rcX.d directories to control which runlevels it's started/stopp

Boot commands

2000-03-14 Thread Timothy Bedding
Where is the best place to add commands to be done by root on booting? Somewhere in /etc/rc I guess.