dil_bert Posted May 25, 2015 Share Posted May 25, 2015 hello dear linux-expertsi run opensuse 13.1 Esc by default closes the file opened, but it doesn't close Gwenview.how to close Gwenview - can i do this with the terminal? Link to comment https://forums.phpfreaks.com/topic/296478-kill-gwenview-how-to-do-that/ Share on other sites More sharing options...
jazzman1 Posted June 13, 2015 Share Posted June 13, 2015 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 Link to comment https://forums.phpfreaks.com/topic/296478-kill-gwenview-how-to-do-that/#findComment-1513781 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.