crontab
Have cron wait for job to finish before re-launching
I have a开发者_JAVA技巧 cronjob that executes every second minute that usually runs in seconds, but sometimes for several minutes.[详细]
2023-01-15 13:57 分类:问答I need help on ubuntu 9.10 crontab GUI application
need to setup cron every 30 min to start and end Adobe AIR application which is not happening at present. I am using following command.[详细]
2023-01-15 07:37 分类:问答Where to place a shell script?
Hello fellow computer people :) I have a shell script that I will use as a watchdog timer. It checks to see if my other \'main\' program is running. If it is not, it restarts it.[详细]
2023-01-14 19:42 分类:问答Why this expect script gives an error when it's run by cron?
I can run this expect script just fine using root or my own user account, however when I run it with cron, I always get an error. The OS is Ubuntu 8.04.[详细]
2023-01-13 00:42 分类:问答include(): Failed opening when accessing by Shell/Crontab
I\'m setting up a crontab. When accessing the php file directly (domain.com/file-path/file.php) it works perfectly. When accessing it through shell (php -f /var/www/vhosts/domain.com/file-path/file.ph[详细]
2023-01-12 20:45 分类:问答clear phpThumb cache regularly with cron job
I am using phpThumb on a client website, and as it is a very image heavy application the cache gets huge quick.Today the thumbs stopped working and I had rename the cache folder, as the folder was too[详细]
2023-01-12 15:48 分类:问答How to set up a cron job to run an executable every hour?
I need to set up a cron job that runs an executable compiled using gcc once every hour. I logged in as root and typed crontab -e[详细]
2023-01-11 22:20 分类:问答Locating most recently updated file recursively in UNIX
For a website I\'m working on I want to be able to automatically update the \"This page was 开发者_JAVA技巧last modified:\" section in the footer as I\'m doing my nightly git commit. Essentially I pla[详细]
2023-01-11 00:26 分类:问答Writing a Cron Job That Can Access User Data
I\'m trying to write a cron job that runs a report, and emails the result to an address defined in my user\'s ~/.bashrc file. I had this working perfectly on Fedora, but when I switched to Ubuntu, my[详细]
2023-01-09 23:45 分类:问答Crontab wont run python script
When I execute my python script from the command line I have no problems like so: [rv@med240-183 db]$ python formatdb.py[详细]
2023-01-09 11:24 分类:问答