码迷,mamicode.com
首页 > 其他好文 > 详细

-bash: crontab: command not found

时间:2015-08-25 13:16:10      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:

1. 确认crontab是否安装:

执行 crontab 命令如果报 command not found,就表明没有安装

2. 安装 crontab

yum install -y vixie-cron

3. 确认是否安装成功:

crontab -l

4. 看是否设置了开机自动启动

chkconfig --list crond

5. 启动crontab

service crond start

 

-bash: crontab: command not found

标签:

原文地址:http://www.cnblogs.com/isum/p/4756866.html

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