Resetting crontab file to default

Try (in terminal): $ crontab -r where the -r flag removes current crontab configuration.

You can also use $ crontab -e and manually delete everything inside.

Other options are:

  • -l to list crontab configuration
  • -e to edit crontab configuration

To edit someone else's crontab you can use -u followed by the corresponding username.