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

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/jaybsr/article/details/79241199
一、删除定时任务:


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

猜你喜欢

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