Linux crontab执行脚本
1.首先编辑脚本文件,文件扩展名为.sh,如test.sh
#!bin/bash
#ceshi
cp /root/abc.txt /home
2. vim /etc/crontab
12 02 * * * root sh /home/test.sh
其中sh可以省略,但root不能省略。
相关推荐
kernelstudy 2020-05-21
liguojia 2020-10-20
木子李CSDN 2020-06-05
playlinuxxx 2020-05-08
IsanaYashiro 2020-04-22
fenxinzi 2020-04-07
山兔与孟婆 2020-03-28
stoneechogx 2020-02-17
onlykg 2020-02-15
大老张学编程 2020-02-09
linuxisperfect 2020-01-09
liuyh 2019-12-22
蜀川居 2013-08-05
happywxp 2013-03-27
chenzelin 2013-03-31
NeverAgain 2019-12-13
mieleizhi0 2019-12-05
ningningmingming 2019-11-13
playlinuxxx 2013-09-02