Results 1 to 4 of 4
Hi All,
Can some one tell me how can set my cron to execute 11:00 pm of every day?...
- 10-10-2008 #1Just Joined!
- Join Date
- Dec 2007
- Location
- chennai-TN,India
- Posts
- 42
Defining Cron to execute everyday at midnight
Hi All,
Can some one tell me how can set my cron to execute 11:00 pm of every day?
- 10-10-2008 #2
You need the following code
This opens the file to edit.Code:crontab -e
ThenCheck this site for full info.Code:00 23 * * * /your folder/your file to execute
Pete
- 10-10-2008 #3Just Joined!
- Join Date
- Oct 2008
- Posts
- 3
edit the /etc/crontab
vi /etc/crontab
00 23 * * * root /sbin/shutdown -h now
in place /sbin/shutdown -h now ,just put the command or shell script that u want to run.
- 10-10-2008 #4Just Joined!
- Join Date
- Dec 2007
- Location
- chennai-TN,India
- Posts
- 42
Great Thanks all !!!


Reply With Quote
