Advertisement
fduran

Test cronjob

Oct 30th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. # www.fduran.com
  2. # test cronjobs
  3. # cron running?
  4. pgrep cron
  5. service cron status
  6. # or crond for redhat, other distros above
  7. # add line in crontab:
  8. */1 *   * * *   root   /bin/date >> /tmp/cronlog
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement