I'm seeing slashes in some crontab examples, I don't understand what they mean?
Check this one out for example
*/10 * * * * /home/ramesh/check-disk-space
http://www.thegeekstuff.com/2009/06/15-practical-crontab-examples/
|
I'm seeing slashes in some crontab examples, I don't understand what they mean? Check this one out for example
http://www.thegeekstuff.com/2009/06/15-practical-crontab-examples/ |
||||
|
|
|
Depends on where the slashes are at. The first occurrence is The second through fourth, if you have to ask on those, hmmm... It's a path to the executable. |
|||||||
|
|
According to the example you posted, it executes that file, |
|||||
|
|
Read title of p.7 of linked document "Schedule a Background Cron Job For Every 10 Minutes", also |
|||
|
|