Public snipts »
robertbanh's
snipts » cron
showing 1-2 of 2 snipts for cron
-
∞ Cron job example
# This will kick off a cron job at 2:07am. which $EDITOR EDITOR=vi export EDITOR crontab -e MAILTO="bbb@bbb.com" 7 2 * * * /usr/local/bin/php -f /home/bbb/cron.php crontab -l
-
∞ linux AT command
// linux at command > at 03:30 -v > nohup php -f /x/x/x.php > /x/x/logs > nohup php -f /rg/repos/trunk/import/importxx-2009.php > ~rbanh/importlogs2009 > (Ctrl+D) > atq // to view queue > atrm 1 // cancel job 1 > at 1am tomorrow -v // tomorrow 1am



CSS Mastery: Advanced Web Standards Solutions