Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Run programs at startup via crontab' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Run programs at startup via crontab
Authored by: hypert on Nov 08, '04 12:41:42PM

There's a big difference!

crontab -e edits your user crontab (stored in something like /var/spool/cron/username, which should NEVER be edited directly!)

/etc/crontab is the "system" cron job. The format of this file is slightly different, since it takes an extra argument before the actual command to be run. That argument is the username under which the command will run, If you were administering a Mac that saw a LOT of users, this is a nice plan to manage crons for all them (and the users can't edit them!).



[ Reply to This | # ]