sunmingtao / sample-code

3 stars 4 forks source link

crontab cheatsheet #278

Closed sunmingtao closed 3 years ago

sunmingtao commented 3 years ago

Edit/Create new crontab: crontab -e

List existing cron jobs: crontab -l

An example of cron job that runs hourly

0 * * * * /export/home/msun/check-url.sh