Sunday, April 15, 2012

Scheduling with CronTab

  • Run as root

crontab –e

  • Usage

# m h  dom mon dow   command

For example, schedule a reboot at 8pm(system time) on every sunday

00 20 * * 7 shutdown -r now

No comments:

Post a Comment