#list current entries in crontab crontab -l #remove current entries in crontab crontab -r #edit existing entries in crontab crontab -e #format <minute> <hour> <day of month> <month> <day of week> <command>