View and Kill current processes on Ubuntu
This post was written by admin on July 19, 2009
Posted Under: General
Posted Under: General
Ubuntu has a command that lists all current processes.If you find the process ID,you can kill it by kill command.
Type following to list all your own running processes
ps ux
And use command to kill any process you want,the second column is PIDnumber.
kill -9 PIDnumber
Ubuntu also has a graphical program to view current processes.Navigate to System–>Administrator–>System Monitor,you will see system processes at Process tab,kill any by select it and click “End Process” button.
Related posts:
- Howto View and Limit Process CPU usage in Ubuntu Linux
- How to view CHM files in Ubuntu
- Reload Ubuntu Gnome or KDE Panels without Restart Computer
- View PDFs and save web pages as PDF files in Firefox
- Google Public DNS-Setting up an alternative to current DNS provider in Ubuntu
Tags: desktop

