红联Linux门户
Linux帮助

Linux下CRONTAB RELOAD初探

发布时间:2014-11-29 09:24:36来源:linux网站作者:yunlongzheng

Oracle下执行

[oracle@www script]$ service cron reload
-bash: service: command not found
[oracle@www script]$ /sbin/service crond reloa
用法: /etc/init.d/crond {start|stop|status|reload|restart|condrestart}
[oracle@www script]$ /etc/init.d/crond reload
重新载入 cron 守护进程配置:                               [失败]
[oracle@www script]$ /sbin/service crond restart
rm: 无法删除 “/var/run/crond.pid”: 权限不够              [失败]
 
启动 crond:cardmgr 已经在运行                             [失败]
[oracle@www script]$ /sbin/service crond stop
rm: 无法删除 “/var/run/crond.pid”: 权限不够              [失败]
 
[oracle@www script]$ whoami
oracle
[oracle@www script]$


ROOT下执行
[root@L-DB-128-46 data]# /etc/init.d/crond reload
重新载入 cron 守护进程配置:                               [确定]
[root@L-DB-128-46 data]# whoami
root
[root@L-DB-128-46 data]#