FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
249 views 0 comments
by anonymous
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 anonymous

Hello,

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

Regards,