Re: Boot commands
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
Where is the best place to add commands to be done by root on booting? Somewhere in /etc/rc I guess.