cron相关
https://www.express.nec.co.jp/linux/distributions/knowledge/system/crond.html
在/etc/cron.daily/目录下创建两个测试脚本
test.sh
test1.sh
备注:chmod +x test.sh test1.sh
编辑/etc/crontab
50 16 * * * root run-parts /etc/cron.daily
16:50分后,cron.daily下的脚本都被成功执行。如果不使用run-parts就不能运行一个文件夹,必须执行脚本的详细路径
相关推荐
linuxwcj 2020-10-21
彼岸随笔 2020-10-20
yutou0 2020-10-17
jarrygao 2020-11-02
shipinsky 2020-09-23
touchfuture 2020-09-16
hongsheyoumo 2020-09-04
momoku 2020-09-11
ruancw 2020-08-27
TuxedoLinux 2020-08-18
vvu 2020-08-16
downtown 2020-08-11
luvzhan 2020-07-28
maxelliot 2020-06-28
cuixingwudi 2020-06-25
linuxdashencom 2020-06-21
旭灿 2020-06-16
wenjieyatou 2020-06-14