sudo gedit /etc/crontab
crontab參數:
分鐘 小時 日期 月份 週 使用者 指令
這裡設成每 10 分鐘就執行一次,時間可以自己修改,請在最後面加入:
For FireFox 3
*/10 * * * * root test -d /usr/lib/firefox-addons/searchplugins/ && rm -r /usr/lib/firefox-addons/searchplugins/ ;
For FireFox 4
*/10 * * * * root test -d /usr/lib/firefox-4.0-addons/searchplugins && rm -r /usr/lib/firefox-4.0-addons/searchplugins/ ;
更多 crontab 說明請看鳥哥的 Linux 私房菜例行性工作排程的建立。
沒有留言:
張貼留言