码迷,mamicode.com
首页 > 系统相关 > 详细

用shell把写需要定时执行的脚本写进计划任务

时间:2018-07-15 16:13:04      阅读:253      评论:0      收藏:0      [点我收藏+]

标签:级别   log   nta   任务   cat   web   roo   python   shel   

写进系统级别的计划任务

 echo "*/5 * * * * python /data/web/s1/a.py >> /data/web/s1/insert.log" >> /etc/crontab
 cat /etc/crontab

写进用户级别的计划任务

 [root@Game1 update]#  cat crontab.txt
 */5 * * * * python /data/web/s1/a.py >> /data/web/s1/insert.log
  [root@Game1 update]# contab crontab.txt
 [root@Game1 update]# crontab -l
*/5 * * * * python /data/web/s1/a.py >> /data/web/s1/insert.log

用shell把写需要定时执行的脚本写进计划任务

标签:级别   log   nta   任务   cat   web   roo   python   shel   

原文地址:http://blog.51cto.com/yht1990/2143013

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!