Re: 請問如何在crontab中固定刪除某一檔案
※ 引述《cyilung@kkcity.com.tw》之銘言:
> 我希望每天9點刪一檔案,
> 因此我用了crontab -e 寫了如下:
> 0 9 * * * rm /var/mail/root
> 可是並沒有成功?
> 還是要這樣寫?
> 0 9 * * * /var/mail/rm root
> 還是得用sh或pl來完成?
> 0 9 * * * /var/mail/sh delroot.sh
> 那可否請教sh或pl如何寫?
man crontab
你會發現你的格式錯了唷..
當然無法完成動作
以你的例子來說方法如下:
分 時 天 月 星期 身份 指令
0 9 * * * root /路徑/delroot.sh
delroot.sh是自己寫的scripts
vi delroot.sh
內容:rm /var/mail/root
再把權限改成可執行的程式即可
cronttab的指令欄中打上delroot.sh的絕對路徑
不過最好別把delroot.sh放在PATH定義的路徑下唷...很危險滴=.=|||
PS.男人很好用...沒事多找男人..@@"
(OS:會不會說太仔細了...又送魚給人吃了..>"<)
--
机會是給有準備的...
雖然看不見未來....
But so what? Just Do It!!
http://www.wretch.cc/blog/gump7014
--
※ Origin: Yahoo!奇摩 大摩域 <telnet://bbs.kimo.com.tw>
◆ From: 59-121-77-22.dynamic.hinet.net
討論串 (同標題文章)
FreeBSD 近期熱門文章
PTT數位生活區 即時熱門文章
5
12