There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
UNIX/Linux
Tag Cloud
audio blue screen boot bsod computer connection crash dell drivers dvd email error excel firefox freeze graphics hard drive harddrive hardware hijackthis install internet itunes keyboard laptop malware monitor motherboard network outlook outlook 2007 problem registry cleaner registry cleaners router screen slow sound trojan upgrade usb video virus vista windows windows 7 windows vista windows xp wireless word
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Operating Systems > UNIX/Linux >
Solved: end process

Tip: Click Here to Update All Your PC's Outdated Drivers
[ Sponsored Link ]

Closed Thread
 
Thread Tools
namenotfound's Avatar
Computer Specs
Distinguished Member with 2,483 posts.
 
Join Date: Apr 2005
Location: New York
Experience: I know what I know, I am
18-Dec-2007, 08:53 AM #1
Solved: end process
How do you "end process" in Ubuntu?

On Windows it's ctrl+alt+delete to bring up the task manager, and do it from there. But how do you do it in Ubuntu Linux?
lotuseclat79's Avatar
Distinguished Member with 12,814 posts.
 
Join Date: Sep 2003
Location: -71.45091, 42.27841
18-Dec-2007, 03:06 PM #2
Quote:
Originally Posted by namenotfound View Post
How do you "end process" in Ubuntu?

On Windows it's ctrl+alt+delete to bring up the task manager, and do it from there. But how do you do it in Ubuntu Linux?
Hi namenotfound,

You use two commands, the first to find out the process id (aka pid), and the second to kill the process, for example:

$ ps -x
yields a list with pids in the first column, and commands in the fifth column, i.e. the process instantiated to run the command.

$ kill -9 <pid>
as in:
$ kill -9 9056
which assumes that process 9056 is associated with the command of interest to be ended.

Replace the process id, pid, of the command to kill the process running the command.

-- Tom
__________________
The independence created by philosophical insight is - in my opinion - the mark of distinction
between a mere artisan or specialist and a real seeker after truth. - Einstein 1944
Imagination is more important than knowledge. - Einstein
namenotfound's Avatar
Computer Specs
Distinguished Member with 2,483 posts.
 
Join Date: Apr 2005
Location: New York
Experience: I know what I know, I am
18-Dec-2007, 08:53 PM #3
Thanks
Closed Thread Bookmark and Share

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.

Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 09:59 PM.
Copyright © 1996 - 2009 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Powered by Cermak Technologies, Inc.