|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
general - Cron Job Question
I have the following cron job setup:
Code:
* 23 * * * /usr/local/bin/php -f /home/ilso/public_html/admin/test.php What I thought this would do is run the job ONCE at 11pm each night. However, it is running the script EVERY MINUTE between 10pm and 11pm. Can somebody show me what I did wrong? Thanks! matt |
|
#2
|
||||
|
||||
|
Quote:
Using a star means everything possible. Use: 0 23 * * * |
|
#3
|
|||
|
|||
|
Great -- thank you!
|
|
#4
|
||||
|
||||
|
Thread moved from Apache to Linux ... cron/crontab is a Linux thing and has nothing to do with Apache.
__________________
# Jeremy Explain your problem instead of asking how to do what you decided was the solution. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > general - MOVED: Cron Job Question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|