News

Put the command in your crontab file. The crontab file in Linux is a daemon that performs user-edited tasks at specific times and events.
Note that the command used to restart cron might need to be changed to a service crond restart command or running an init script if you’re not working with a “systemd” Linux system.
The crontab is a file that you must edit with the crontab command (execute crontab -e). Each line that isn’t a comment specifies a program to run.
These jobs are stored in a crontab file, which contains the action to be taken and specifies when it should be executed. I will be using Ubuntu 18.04 for this article, which has cron installed by ...
How to Monitor the Cron Script Process. Cron processes, or "cron jobs," may be used to start and stop applications within a Linux or Unix operating system. You can create cron jobs to perform ...
Now, to stitch it all together, the best bet is to drop the find command into a very short shell script and invoke the script with cron, rather than having the command itself in the crontab file.