First page Back Continue Last page Overview

 

cron

 
  • Used to schedule recurring events

  • Use crontab to edit, install, and view job schedules

  • Syntax

    • crontab [-u user] file
    • crontab [-l|-r|-e]
      • -l lists crontab
      • -r removes crontab
      • -e edits crontab using $EDITOR