版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/inforstack/article/details/80984692
创建脚本 hello.sh
ehco "Hello World !"
创建任务
crontab -e
*/1 * * * * /root/hello.sh
查看任务
crontab -l
查看任务执行信息
cat /var/spool/mail/root #root 代表你创建任务的用户