crontab格式:
分< >時< >日< >月< >星期< >要執行的命令
crontab命令的一般形式為:
crontab [-u user] -e -l -r
其中:
-u 使用者名稱。
-e 編輯crontab檔案。
-l 列出crontab檔案中的內容。
-r 刪除crontab檔案。
為了列出crontab檔案,可以使用:
crontab -l
為了在hom
e目錄中
對cro
ntab
檔案做一
份備份:
cron
tab−
l>
h om
e目錄中
對cro
ntab
檔案做一
份備份:
cron
tab−
l>
home/mycron
如果不小心誤刪了crontab檔案,假設你在自己的ho
me目錄
下還有一
個備份,
那麼可以
將其拷貝
到/va
r/sp
ool/
cron
/,其中
是使用者名稱
。如果由
於許可權問
題無法完
成拷貝,
可以用:
h om
e目錄下
還有乙個
備份,那
麼可以將
其拷貝到
/var
/spo
ol/c
ron/
,其中是
使用者名稱。
如果由於
許可權問題
無法完成
拷貝,可
以用
:crontab
為了刪除crontab檔案,可以用:
crontab -r
linux之shell(3) 歷史命令
history 選項 歷史命令儲存檔案 c 清楚歷史命令 w 把快取之中的歷史命令寫入歷史命令儲存檔案 bash history 我們先來看看.bash history檔案 用cat bash history檢視一下內容 而用history命令來檢視 可以發現.bash history和用histo...
Linux學習筆記 shell 3
root dark test e hehehe 檢查檔案hehehe是否存在,並不會顯示任何結果 root dark test e hehehe echo exist echo not exist 關於兩個整數之間的判定,例子 test n1 eq n2 eq 兩數值相等 ne 兩數值不等 gt n...
shell指令碼 後台執行命令
crontab at和nohup cron 系統排程程序。可以使用它在每天的非高峰負荷時間段執行作業,或在一周或一月 中的不同時段執行。at at命令。使用它在乙個特定的時間執行一些特殊的作業,或在晚一些的非負荷高峰時 間段或高峰負荷時間段執行。使用它在後台執行乙個占用時間不長的程序。nohup 使...