Skip to content

Instantly share code, notes, and snippets.

@rakibhasansabbir
Created January 21, 2021 12:21
Show Gist options
  • Save rakibhasansabbir/cc9be2b7fdc47410757bb106fc50ef7e to your computer and use it in GitHub Desktop.
Save rakibhasansabbir/cc9be2b7fdc47410757bb106fc50ef7e to your computer and use it in GitHub Desktop.
cron job

Cron tab file (which command to run you can place here)

crontab -e

Check log (that means can check your scheduled command)

tail -f /var/log/syslog | grep CRON

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