标签:绝对路径 bsp 注意 start 存在 pac 删除 自动 创建
crontab -e
0 4 * * * /root/scripts/mysqlbackup.sh
0 4 * * * /root/scripts/apacherestart.sh
0 5 * * 1,3,5 /usr/bin/python /home/report/report_form.py 每周一、周三、周五早上五点执行python脚本report_form.py
python需要知名绝对路径(使用命令which python)
crontab –e : 修改 crontab 文件. 如果文件不存在会自动创建。
crontab –l : 显示 crontab 文件。
crontab -r : 删除 crontab 文件。
crontab -ir : 删除 crontab 文件前提醒用户。
*注意:不希望执行某个定时任务,只需要把crontab -e里面的那行删除掉就可以
标签:绝对路径 bsp 注意 start 存在 pac 删除 自动 创建
原文地址:http://www.cnblogs.com/zhenghefeng/p/6841466.html