Personal tools
You are here: Home Resources Computational Resources Cron

Cron

"How to" on running cron jobs

  1. Write a shell script
  2. Put the shell script in a cron folder:
    1. /etc/cron.daily
      /etc/cron.hourly
      /etc/cron.monthly
      /etc/cron.test
      /etc/cron.weekly
    2. Or make your own by editing "/etc/crontab"
      1. how to code the crontab
Document Actions
Lab Agenda