XST1 Share Posted October 4, 2004 I'm sort of new to linux, but i just installed SuSE, and installed RealVNC. I started the RealVNC sever and now have two instances of it running on my computer. Is there a task manager like we have in windows which displays the current processes running which allows me to kill them so i can shutdown this RealVNC server? Thanks. Link to post Share on other sites
kjordan2001 Share Posted October 4, 2004 Gnome has one, KDE has one, and there's also ps, which is a terminal program. Type ps aux and it'll give you a full listing. Link to post Share on other sites
eevoo Share Posted October 4, 2004 Then type kill followed by the process-id to stop it. Link to post Share on other sites
panicswitched Share Posted October 4, 2004 in a terminal window killall *vnc* you might need to be root though Link to post Share on other sites
Darkinspiration Share Posted October 4, 2004 you probably should use ps -Al to show you all the process on system ( if your root) otherwise you're going to have only the ones started by your user Link to post Share on other sites
XST1 Author Share Posted October 4, 2004 in a terminal windowkillall *vnc* you might need to be root though ill assume that kills everything that contains the word vnc. Thanks guys. i also have one more question, and i thought id ask it without creating another topic: i was in shell and used su to install some files in /usr/local/bin. When i go to open that directory in konqueror, it says access denied.. im assuming this is because im not a super user like i was when i did all this in terminal mode. Is there a way to edit/view files in Konqueror in su mode without logging out and logging back in as administrator? Link to post Share on other sites
MrA Share Posted October 4, 2004 Type in: top at the terminal to see a list of processes. You can also kill them from there. Link to post Share on other sites
Dan.Varga Share Posted October 4, 2004 You can also you gtop to get a graphical version of top Link to post Share on other sites
eevoo Share Posted October 4, 2004 ill assume that kills everything that contains the word vnc. Thanks guys.i also have one more question, and i thought id ask it without creating another topic: i was in shell and used su to install some files in /usr/local/bin. When i go to open that directory in konqueror, it says access denied.. im assuming this is because im not a super user like i was when i did all this in terminal mode. Is there a way to edit/view files in Konqueror in su mode without logging out and logging back in as administrator? In KDE. In the K-menu under System/ File Manager/ File Manager - Super User Mode. Link to post Share on other sites
Recommended Posts