Ubuntu 杀死crond不必要的服务

Ubuntu 杀死crond不必要的服务,ubuntu,cron,crontab,etl,cron-task,Ubuntu,Cron,Crontab,Etl,Cron Task,我在ubuntu中安排了一些etl工作 但最近几天,我收到了重复的数据。我已经完成了所有etl工作,一切都很好 我相信cron工作服务中存在一些问题 [root@user Desktop]# ps aux | grep cron root 632 0.0 0.0 117244 1436 ? Ss Dec17 0:02 crond root 9252 0.0 0.0 117204 1384 ? Ss 14:15 0:00

我在ubuntu中安排了一些etl工作

但最近几天,我收到了重复的数据。我已经完成了所有etl工作,一切都很好

我相信cron工作服务中存在一些问题

[root@user Desktop]# ps aux | grep cron
root       632  0.0  0.0 117244  1436 ?        Ss   Dec17   0:02 crond
root      9252  0.0  0.0 117204  1384 ?        Ss   14:15   0:00 crond
root     10045  0.0  0.0 103248   844 pts/57   S+   15:03   0:00 grep cron
当我运行pgrep crond时


我有两个号码632和9252。这是否意味着两个服务同时运行?如果是,有人能帮助我如何终止不需要的进程吗?

优雅地停止cron服务,例如
服务cron Stop
。 再次运行ps命令,该命令仍然存在,应该被终止。 重新启动cron服务

您还可以检查syslog cron.log中的错误,以了解为什么有两个cron进程