Re: [opensuse] Help Killling Process



On Sat, 2007-03-24 at 14:51 +0200, Hylton Conacher (ZR1HPC) wrote:
Donald D Henson wrote:

Hi Donald,

I seem to have gotten myself into a situation where a Firefox process
will not die nor will it display anything. (The problem seems to have
something to do with You Tube.) When I try to start up another instance
of Firefox, I get an error message that tells me to either close the
current process or to reboot the system. Rebooting is not a good
solution. I remember from the 'old days' that there is a cli command to
identify a process id and another one to kill a process. I've searched
my memory and the User Manual but cannot identify those two commands.
Any assistance will be sincerely appreciated.

I think the command you are looking for is 'top' ie executed from an
unprivleged user:
$> top

This will give you a listing of the processes and their pid' although
with the update frequency set high, it is difficult to identify the
correct pid as the lines of the displayed processes keep changing.


While top is running hit the "h" key which will bring up a list of
configurable settings. The "d or s" key can be used to change the update
frequency to something longer than 3 seconds making it easier to catch
the pid of the process you kill. Hit the "k" key to be able to enter the
pid and the kill level of the process you want to kill.

--
Ken Schneider
UNIX since 1989, linux since 1994, SuSE since 1998

--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx



Relevant Pages

  • Re: [opensuse] Help Killling Process
    ... will not die nor will it display anything. ... YouTube uses to display all its video. ... command to identify a process id and another one to kill a process. ... Kill is the command that sends signals to processes. ...
    (SuSE)
  • Re: openoffice.org wont open files on my usb drive
    ... First check whether openoffice is running/not by the following command ... Here you get the process id (pid) of open office ... Kill the process by the following command ...
    (Debian-User)
  • Re: [opensuse] Help Killling Process
    ... process will not die nor will it display anything. ... that there is a cli command to identify a process id and another ... for viewing the processes running and allows you to kill them easily. ... If guns cause crime, ...
    (SuSE)
  • Re: [opensuse] Help Killling Process
    ... I remember from the 'old days' that there is a cli command to ... (the first number for each process is the PID, the second is the PID of the ... Locate the PID for the process you wish to terminate and use the 'kill' ... To kill the xterm process in the above example, ...
    (SuSE)
  • Re: Question about a dd command.
    ... elmo wrote: ... basic 'dd' command that will copy and display the transfer action. ... variable named "pid" so we can use it later to send signals to the process. ... kill $pid: Kill the actual process. ...
    (Ubuntu)