Crontab
Last updated
Was this helpful?
Last updated
Was this helpful?
To properly configure crontab, we must edit the crontab file with the following command:
In the file, we must add the following command for the script to execute every 10 minutes */10 * * * * sh /path_to_file.sh
.
To well know how crontab works you can go to this site: