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