卸载阿里云盾

卸载阿里云助手

阿里云助手的路径是:/usr/local/share/aliyun-assist,执行下面的命令即可卸载它:

systemctl stop aliyun
systemctl disable aliyun
rm -rf /etc/systemd/system/aliyun.service
rm -rf /usr/sbin/aliyun_installer
rm -rf /usr/sbin/aliyun-service
rm -rf /usr/local/share/aliyun-assist
systemctl daemon-reload

然后通过下面的命令来查看是否还有 aliyun-service 进程:

ps -ef | grep -v grep | grep -i aliyun-service

如果有输出内容的话,可以通过下面的命令来查看进程 ID:

ps -ef | grep -v grep | grep -i aliyun-service | awk '{print $2}'

然后通过下面的命令来结束杀死此阿里云助手进程:

ps -ef | grep -v grep | grep -i aliyun-service | awk '{print $2}' | xargs kill -9

卸载阿里云助手的守护进程

阿里云助手守护进程的路径是:/usr/local/share/assist-daemon,执行下面的命令即可卸载它:

systemctl stop AssistDaemon
systemctl disable AssistDaemon
rm -rf /etc/systemd/system/AssistDaemon.service
rm -rf /usr/local/share/assist-daemon
systemctl daemon-reload

卸载阿里云盾 AliYunDun

使用 chkconfig --list 命令可以在开机启动项里面看到 aegis,这个就是阿里云盾 AliYunDun 了。

# chkconfig --list
aegis           0:off   1:off   2:on    3:on    4:on    5:on    6:off
agentwatch      0:off   1:off   2:on    3:on    4:on    5:on    6:off
cloudmonitor    0:off   1:off   2:on    3:on    4:on    5:on    6:off
mysql           0:off   1:off   2:off   3:off   4:off   5:off   6:off
netconsole      0:off   1:off   2:off   3:off   4:off   5:off   6:off
network         0:off   1:off   2:on    3:on    4:on    5:on    6:off

通过下面命令就可以使它开机不启动了:

service aegis stop  # 停止服务
chkconfig --del aegis  # 删除服务

然后执行下面的命令来删除云盾残留:

rm -rf /usr/local/aegis

然后通过下面的命令来查看是否还有 aliyundun 进程:

ps -ef | grep -v grep | grep -i aliyundun

如果有输出内容的话,可以通过下面的命令来结束杀死此云盾进程:

ps -ef | grep -v grep | grep -i aliyundun | awk '{print $2}' | xargs kill -9
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。

给TA打赏
共{{data.count}}人
人已打赏
Linux

[经验] 小内存DD教程,Debian9升级Debian10升级Debian11

2022-4-19 14:46:24

LinuxPHP

Linux系统通过命令行运行PHP 指定运行用户

2022-7-22 14:20:18

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
搜索