Results 1 to 4 of 4

Thread: Force kill process ubuntu

  1. #1
    Join Date
    May 2009
    Posts
    31

    Force kill process ubuntu

    Hey!

    How How do i force a program to shutdown? is there any features like ctrl alt delete, I mean something like in windows ? i need this because when firefox is not responding. so i use Force program which is on my panel. but if i want to start Firefox again, I have need to go to the system monitor for kill the process to.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,295

    Re: Force kill process ubuntu

    You can force kill or quit an application by pressing alt+F2. press alt and hold it while pressing F2, now enter in dialog "xkill". this will run the program xkill. you mouse cursor will change into a death's head. now go to the window of the application which is not responding to kill it.

  3. #3
    Join Date
    Nov 2005
    Posts
    1,203

    Re: Force kill process ubuntu

    You should try Force Quit applet, you can also try this If you want to force a restart of your GUI, you can press CTRL+ALT+BACKSPACE - it then forces the X to restart, and not a total restart. To add Force Quit applet, just right click on your panel and click on add to panel , look under desktop and windows and there should be a force quit applet.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,267

    Re: Force kill process ubuntu

    Try this terminal Code:

    Code:
    ps aux | grep <program-name>
    This will give you pid # for the program.
    after this type this code in terminal:

    Code:

    Code:
    kill -9 <pid # to kill>

Similar Threads

  1. Kill process in mac via terminal
    By Balamohan in forum Operating Systems
    Replies: 6
    Last Post: 18-10-2012, 06:18 PM
  2. Replies: 2
    Last Post: 27-10-2009, 10:23 AM
  3. How to Force kill process in different pts
    By Gefry in forum Operating Systems
    Replies: 3
    Last Post: 22-05-2009, 02:19 PM
  4. Unable to kill the process of Firefox
    By warehouse peon in forum Technology & Internet
    Replies: 4
    Last Post: 08-01-2009, 09:43 PM
  5. How to kill a process in XP?
    By Nataliaz in forum Operating Systems
    Replies: 2
    Last Post: 25-10-2008, 02:00 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,558,552.76401 seconds with 16 queries