LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 02-16-2008, 10:05 AM   #1
vitalstrike82
Member
 
Registered: Oct 2007
Location: Singapore
Distribution: OpenSuse, Slackware, Redhat
Posts: 318

Rep: Reputation: 40
How to kill a process or application


Hi, i have encounter a problem once when i close the firefox and click on the icon to start again, it says the firefox did not close properly and ask me to kill the process.

This how i start
ps -ef

Then this is the result:
UID PID PPID C STIME TTY TIME CMD
1000 17264 17259 1 Feb16 ? 00:01:50 /usr/lib/firefox/firefox-bin

17264 is the PID and 17259 is the PPID. How do i kill the firefox? is it kill 17264? I type and it responds an error?

How do i go to kill the process?

Please guide..
 
Old 02-16-2008, 10:23 AM   #2
MoonMind
Member
 
Registered: May 2005
Location: Switzerland
Distribution: Ubuntu
Posts: 448

Rep: Reputation: 38
  1. Be root (or use sudo in front of the commands given.
  2. Do:
    Code:
    # ps axu | grep firefox
    in order to find the process (it will have a different PID every time it happens; for other applications, replace "firefox".
  3. Do:
    Code:
    # kill 17264
    or (if it doesn't work):
    Code:
    # kill -9 17264
    (replace "17264" with the actual PID).

That should do it (btw. "ps axu" does more or less the same as "ps -ef" - use whatever you like better).

M.

Last edited by MoonMind; 02-16-2008 at 10:26 AM.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
kill D process xrado Linux - General 4 07-04-2005 12:38 PM
cannot kill process (kill -9 does not work) mazer13a Linux - General 1 05-27-2005 02:32 PM
can't kill the process ust Linux - Software 0 12-15-2004 08:28 AM
how to kill a process the_rhino Linux - Newbie 5 10-24-2004 10:05 PM
kill process dvong3 Linux - Newbie 8 07-08-2003 09:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 10:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration