| Advertise on warmetal.nl! Click for more information about advertising here. |
Did you find this website useful? Did I save you a lot of time? |
|
Scheduled tasks:
minutes hour dayofmonth month dayofweek user command * * * * * root everyminute */5 * * * * root every5minutes (only works on linux, aix needs 0,5,10,15,20,25,30,35,40,45,50,55) 1 * * * * root everyhour 1 1 * * * root everyday 1 1 * * 0 root everyweek (0=Sunday) 1 1 1 * * root everymonth
crontab -e
To view your crontab file enter the command:
crontab -l
To remove all your crontab jobs enter the command:
crontab -r
Cron itself:
/var/adm/cron
To allow anyone to use it:
To explicitly allow a user and no one else except root:
To explicitly deny a user:
Discussion