Skip to content

Instantly share code, notes, and snippets.

@adojos
Last active March 27, 2023 08:47
Show Gist options
  • Select an option

  • Save adojos/f809966ed813904382602131c82db995 to your computer and use it in GitHub Desktop.

Select an option

Save adojos/f809966ed813904382602131c82db995 to your computer and use it in GitHub Desktop.
Linux: CronTab Commands Reference #linux

CronTab Commands Reference


Commands Description
crontab -e Edit crontab file, or create one if it doesn’t already exist.
crontab -l List cronjobs, display crontab file contents
crontab -r Remove your crontab file
crontab -v Display the last time you edited your crontab file. (This option is only available on a few systems.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment