深信服搞啥呢?EasyConnect进程杀不死,求高手来帮帮忙
Tofloor
poster avatar
sjtlqy
deepin
2018-03-08 23:55
Author
  1. ➜  ~ ps -ef  | grep Easy                       
  2. root     23109     1  0 15:50 ?        00:00:00 /usr/share/sangfor/EasyConnect/resources/bin/EasyMonitor
  3. root     23449     1  0 15:51 ?        00:00:01 /usr/share/sangfor/EasyConnect/resources/bin/ECAgent --resume
  4. 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
  5. ➜  ~ sudo kill -9 `ps -ef | grep "EasyConnect" | grep -v 'grep' | awk '{print $2}'`
  6. ➜  ~ ps -ef  | grep Easy                                                           
  7. root     23918     1  0 15:54 ?        00:00:00 /usr/share/sangfor/EasyConnect/resources/bin/EasyMonitor
  8. root     23922     1  1 15:54 ?        00:00:00 /usr/share/sangfor/EasyConnect/resources/bin/ECAgent
  9. 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 Favorite View the author
All Replies
avatar
justforlxz
deepin
2018-03-09 00:05
#1
ppid为1,意思就是systemd是这个进程的父进程而已。杀不死可能是systemd重启了它。
Reply View the author
avatar
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 View the author