Skip to content

Instantly share code, notes, and snippets.

@fduran
Created April 29, 2014 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fduran/11400712 to your computer and use it in GitHub Desktop.
Save fduran/11400712 to your computer and use it in GitHub Desktop.
# www.fduran.com
# test cronjobs
# cron running?
pgrep cron
service cron status
# or crond for redhat, other distros above
# add line in crontab:
*/1 * * * * root /bin/date >> /tmp/cronlog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment