FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14261 questions

16894 answers

27810 comments

54591 members

0 votes
176 views 0 comments
by
I'm trying to setup a crontab which will run my script periodically, but I can't get it to work.

Here is my crontab -l output

*/1 * * * touch /root/test.txt

There is no action whatsoever. Where can I find crond log file? How can I check if the service actually is active?

Thanks,

kal800

1 Answer

0 votes
by

Hello,

One field is missing in your crontab definition: */1 * * * * touch /root/test.txt

Regards,