Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 7th December 2004, 01:12 PM
embassy Offline
Registered User
 
Join Date: Nov 2004
Location: England
Age: 30
Posts: 86
how to kill a process

I am at owrk and I have ssh'd to my linux box using a app called putty. I want to kill a process off but I do not no what the command is.


Thanks
Reply With Quote
  #2  
Old 7th December 2004, 01:20 PM
wallace's Avatar
wallace Offline
Registered User
 
Join Date: Nov 2004
Location: India
Posts: 26
Code:
man kill
and for looking the pid of the process you want to kill
Code:
ps aux
Happy killing

Last edited by wallace; 7th December 2004 at 01:23 PM.
Reply With Quote
  #3  
Old 7th December 2004, 01:21 PM
andreac Offline
Registered User
 
Join Date: Nov 2004
Posts: 49
ps aux | grep <process> to identify the process pid. kill -9 pid to kill it.
Reply With Quote
  #4  
Old 7th December 2004, 01:21 PM
zealot's Avatar
zealot Offline
Registered User
 
Join Date: Oct 2004
Location: Geneva, Switzerland
Posts: 41
first type this command in order to list the processes

ps ax

and then simply use the command

kill "process number"

of course u have to be root to do this...
Reply With Quote
  #5  
Old 7th December 2004, 01:21 PM
Thornblade Offline
Registered User
 
Join Date: Nov 2004
Age: 39
Posts: 5
You can get the process id from
% ps -ef | grep <processName"

Then execute:
% kill <processId>
Reply With Quote
  #6  
Old 7th December 2004, 01:26 PM
wallace's Avatar
wallace Offline
Registered User
 
Join Date: Nov 2004
Location: India
Posts: 26
Nice to see so many active people on the forum ! Answers at the speed of light...

4 replies at the same time .
Reply With Quote
Reply

Tags
kill, process

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kill a selfish process fred_m Using Fedora 5 29th January 2008 07:03 PM
How to kill 99% CPU X process ? sunset Using Fedora 9 1st June 2006 12:23 PM
How do I kill a process? Sunnz Using Fedora 8 14th July 2005 03:16 AM


Current GMT-time: 21:32 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat