go to  ForumEasy.com   
JavaPro
Home » Archive » Message


[Email To Friend][View in Live Context][prev topic « prev post | next post » next topic]
  Where is my crontab file actually stored?
 
Subject: Where is my crontab file actually stored?
Author: Linux
In response to: Examples
Posted on: 09/07/2012 05:28:54 PM

Check here:

/var/spool/cron/crontabs/

 

> On 09/03/2012 05:33:14 PM Linux wrote:

Example #1. Run task at 1AM every Monday
0 1 * * 5 /bin/execute/this_script.sh



Example #2. Run task at 1AM every Monday to Friday
0 1 * * 1-5 /bin/execute/this_script.sh



Example #3. Run task daily
@daily /bin/execute/this_script.sh





References:

 


 
Powered by ForumEasy © 2002-2022, All Rights Reserved. | Privacy Policy | Terms of Use
 
Get your own forum today. It's easy and free.