1

Possible Duplicate:
Bash Script on Startup? (Linux)

I want to run some commands at boot time.

Jimit
  • 121

1 Answers1

4

Use /etc/rc.local

On my system, the comment header says this:

# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
jonescb
  • 1,918