請問以下 bash crontab 設定 1 分鐘創建一個檔案
但一直沒有效果
crontab -e
*/1 * * * * name=$(date +"%Y%m%d%H%M%S");name+='.txt';touch /home/test/$name
嘗試1 : 查詢 log
結果 : 沒發現有用的訊息
test@test:~$ grep cron /var/log/syslog
Oct 23 01:17:41 test crontab[7961]: (test) BEGIN EDIT (test)
Oct 23 01:18:33 test crontab[7961]: (test) END EDIT (test)
用shell , bash , python都很好用,記得
sudo chmod +x your.sh 再掛到crontab 上,如果要建立檔案的資料夾沒開777的話又非一般用戶權限的話,記得要用
sudo crontab -e 掛上