LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1010|回复: 4

cron如何启动一个系统服务?

[复制链接]
发表于 2008-3-21 08:41:48 | 显示全部楼层 |阅读模式
我的命令如下,想在每天早上8点启动ntop的服务,在晚上7点关掉ntop的服务。但是设置后没有反映,是不是我设置错了?
0 8 * * *  /etc/init.d/ntop start
0 19 * * * root /etc/init.d/ntop stop
 楼主| 发表于 2008-3-25 17:01:42 | 显示全部楼层
没有人知道啊??
回复 支持 反对

使用道具 举报

发表于 2008-3-26 15:24:23 | 显示全部楼层
(1)先建一个文件crond.txt如下, 每天早上四点重新启动
0 4 * * * reboot (2)上传到/opt目录
(3)运行命令
crontab /opt/crond.txt
crontab -l
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-4-2 11:35:02 | 显示全部楼层
试过了,还是不行

我的crond.txt文件内容如下:
0 8 * * * /etc/init.d/ntop start
0 19 * * * root /etc/init.d/ntop stop

crontab -l 后显示
0 8 * * * root /etc/init.d/ntop start > /dev/null 2>&1
0 19 * * * root /etc/init.d/ntop stop > /dev/null 2>&1


还是不行
回复 支持 反对

使用道具 举报

发表于 2008-4-4 11:08:54 | 显示全部楼层
查看/var/log/message就能看到crontab的运行运行信息。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表