Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
深信服搞啥呢?EasyConnect进程杀不死,求高手来帮帮忙
Experiences and Insight
3808
views ·
2
replies ·
To
floor
Go
sjtlqy
deepin
2018-03-08 23:55
Author
➜ ~ ps -ef | grep Easy
root 23109 1 0 15:50 ? 00:00:00 /usr/share/sangfor/EasyConnect/resources/bin/EasyMonitor
root 23449 1 0 15:51 ? 00:00:01 /usr/share/sangfor/EasyConnect/resources/bin/ECAgent --resume
sjt 23889 17316 0 15:53 pts/4 00:00:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn Easy
➜ ~ sudo kill -9 `ps -ef | grep "EasyConnect" | grep -v 'grep' | awk '{print $2}'`
➜ ~ ps -ef | grep Easy
root 23918 1 0 15:54 ? 00:00:00 /usr/share/sangfor/EasyConnect/resources/bin/EasyMonitor
root 23922 1 1 15:54 ? 00:00:00 /usr/share/sangfor/EasyConnect/resources/bin/ECAgent
sjt 24049 17316 0 15:54 pts/4 00:00:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn Easy
Copy the Code
深信服搞啥呢?EasyConnect进程杀不死,求高手来帮帮忙
怎么弄死这两个进程, ppid都是1,mmp,深信服是不是收集了我的数据?
Reply
Like 0
Favorite
View the author
All Replies
justforlxz
deepin
2018-03-09 00:05
#1
ppid为1,意思就是systemd是这个进程的父进程而已。杀不死可能是systemd重启了它。
Reply
Like 0
View the author
sjtlqy
deepin
2018-03-09 00:39
#2
果然
➜ ~ systemctl EasyMonitor.service stop
Unknown operation EasyMonitor.service.
➜ ~ systemctl EasyMonitor.service
➜ ~ systemctl list-unit-files | grep EasyMonitor.service
EasyMonitor.service enabled
➜ ~ systemctl stop EasyMonitor.service
➜ ~ systemctl stop EasyMonitor.service
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
How to fix grub boot menu that has disappeared?
Looking Deepin ci 25.2.0 Developer/Unstable repositories
Popular Events
More
怎么弄死这两个进程, ppid都是1,mmp,深信服是不是收集了我的数据?