View and Kill current processes on Ubuntu

This post was written by admin on July 19, 2009
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.

process

Related posts:

  1. Howto View and Limit Process CPU usage in Ubuntu Linux
  2. How to view CHM files in Ubuntu
  3. Reload Ubuntu Gnome or KDE Panels without Restart Computer
  4. View PDFs and save web pages as PDF files in Firefox
  5. Google Public DNS-Setting up an alternative to current DNS provider in Ubuntu

    Tags:

    Add a Comment

    required, use real name
    required, will not be published
    optional, your blog address