作者kenduest.bbs@bbs.sayya.org (小州) 看板: linux
標題Re: [問題] crontab 的疑問
時間SayYA 資訊站 (2008/06/25 Wed 11:14:32)
※ 引述《koushi.bbs@ptt.cc (season of inspiration)》之銘言:
> 最近才開始碰linux ,
> 有一個build 的工作想要用crontab 來自動執行.
> 想要讓它在每天晚上2點會自動執行 , 她結束會寄出通知的mail.
> autobulid.pl 有chmod 755 , 手動執行也都正常.
> 請問為什麼我crontab -e 填入下面的樣子之後 , 他卻完全沒有動作呢?
> (兩天都沒收到)
> 0 2 * * * /root/dailybuild/autobuild.pl
0 2 * * * ( cd /root/dailybuild/ ; ./autobuild.pl )
--
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
現代人普遍的現象: 「小學而大遺」、「捨本而逐末」
「以偏而概全」、「因噎而廢食」
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
--
※ Origin: SayYA 資訊站 <bbs.sayya.org>
◆ From: localhost