xyz*_*xyz 3 cron rhel services
我正在使用 RHEL 5.4
我不小心杀死了 cron 守护进程。我想停止一个 cron 任务,不知道该怎么做,最终杀死了 cron 守护进程本身。我该如何重新开始?
由于您使用的是 RHEL,您可能更喜欢使用更实用的:
service crond start
Run Code Online (Sandbox Code Playgroud)
如果你只是输入
service crond
Run Code Online (Sandbox Code Playgroud)
并点击Enter
,您将看到上一个命令的所有已实现的可用选项:
Usage: /etc/init.d/crond {start|stop|status|reload|restart|condrestart}
Run Code Online (Sandbox Code Playgroud)