我正在學習有關的cronjob,我發現這塊在一個項目中的代碼,從Twitter獲取記錄,任何人都可以告訴這個cronjob做什麼?
的代碼是這樣的:
#0 * * * * cp /vold/www/Abcd/log/twitter_feed_item_aggregator.log vold/www/Abcd/log/twitter_feed_item_aggregator.log.backup; > /vold/www/Abcd/log/twitter_feed_item_aggregator.log
誰能解釋一下這段代碼呢?
謝謝我如何刪除此cronjob,如果我鍵入crontab -r它也將刪除所有其他工作,但我只想刪除此cronjob – sharath 2010-11-25 07:34:27
crontab -e編輯crontab(並註釋掉#用#指出道格拉斯或簡單地刪除線)。好的做法是先用crontab -l> crontab.backup備份crontab -l> crontab.backup,因爲如果系統在crontab後保存時系統磁盤空間不足,可能會丟失crontab -e – 2010-11-25 08:23:47