Jump to content

kill Gwenview: how to do that?


dil_bert

Recommended Posts

  • 3 weeks later...

Use a "top" command to see all list of the current processes to this particular user then fetch the searching text using a "grep" command and kill the PID. 

[lxc@lxc-centos ~]$ top -u lxc | grep sshd
775 lxc       20   0  106m 2188 1520 S  0.0  0.0   0:00.13 sshd

// kill the proccess id
[lxc@lxc-centos ~]$ kill -9 775    
                                                                                                                                    

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.