Read just our best, feature-length articles without all the extra stuff.
Answer a Random Geek Trivia Question
Read our first book, the HTG Guide to Windows 8, or check our upcoming books.
Subscribe to our daily email newsletter, chock full of great articles and tips.
Making sure I understand Cron...
If I post
10 * * * * command (in this case php script)
It will execute every 10 minutes?
I'm not sure about your distribution but according to the manual page on mine that command would run at every 10 minute mark. Like 00:10, 01:10, 02:10, etc. You need to use 0,10 * * * * command for it to run every 10 minutes.
This topic has been closed to new replies. Please create a new topic instead.
Create New Topic Return to Forum