Quantcast
Channel: Help Desk » crontab
Viewing all articles
Browse latest Browse all 9

How can i verify that crontab is running?

$
0
0

Try to add a simple crontab like:

* * * * * /bin/touch /home/your_home_directory_here/cron_test.txt

this should update the time stamp on the file crontest.txt each minute.

Don’t forget to delete this test crontab after you have made sure it is running correctly.

The post How can i verify that crontab is running? appeared first on Help Desk.


Viewing all articles
Browse latest Browse all 9

Trending Articles