linux crontab 定时任务
时间:2014-07-01 20:49:50
收藏:0
阅读:323
crontab -l 显示所有任务
crontab -e 编辑任务
crontab -r 删除crontab 文件
crontab -ir 删除crontab文件时,提醒用户
注意:All user have the crontab file themself,and they are all diffent!
评论(0)