欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

linux环境下如何卸载一路赚钱(yilu/mservice)

程序员文章站 2024-03-07 13:22:21
...

一、删除定时任务:

sudo crontab -l -u root 2>/dev/null | grep -v mservice | sudo crontab -u root -

二、停止服务

对于ubuntu以及centos 7的用户

service YiluzhuanqianSer stop

对于centos 6的用户

sudo pidof mservice | xargs kill -9

转载自  https://blog.csdn.net/jaybsr/article/details/79241199