linux下的定时操作

1,terminal 下面crontab -e

会用vi编辑器打开一个文件,编辑该文件:

分     小时    日       月       星期     命令

0-59   0-23   1-31   1-12     0-6     command     (取值范围,0表示周日一般一行对应一个任务)

1 * * * * command 每小时的第一分钟执行command

*/1 * * * * command 每一分钟执行一次command

编辑完后,wq保存退出。

注意点:

1,时间格式一定要对,提示syntax wrong的时候,肯定是不对的。

2, command提供完整的地址,如/usr/bin/perl 


2,crontab -l

查看用户提交的定时任务。

3, crontab.log

Open the file

/etc/rsyslog.d/50-default.conf

Find the line that starts with:

#cron.*

uncomment that line, save the file, and restart rsyslog:

sudo service rsyslog restart

You should now see a cron log file here:

/var/log/cron.log



参考:

http://blog.csdn.net/hi_kevin/article/details/8983746

http://wenku.baidu.com/link?url=wRhUmV1q0eNiYuPTiKCzAE47jqSPWTQtPQ5ePEB7189JBB8OCuRtU0U4kRCT0bbnrujzUEUaKPc2YKJd2pv7uwB-2WLADQ5n7r78gDkH_CO

http://www.blogjava.net/freeman1984/archive/2010/09/23/332715.html

http://askubuntu.com/questions/56683/where-is-the-cron-crontab-log

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值