Results 1 to 6 of 6

Thread: Running processes

  1. #1
    Join Date
    Dec 2008
    Beans
    19

    Running processes

    I'm very new, I was wondering if there is a way to manage ongoing processes and kill them if necessary. I 'think' I included a screenshot, well at least I tried.... of a GUI IPblocker. I came to the conclusion that bittorrent may be running in the background and I'm not exactly sure how to monitor it or end it. But I would also like to know just for general use how to manage ongoing applications that I may not see in GUI.
    Attached Images Attached Images

  2. #2
    Join Date
    Feb 2006
    Beans
    88

    Re: Running processes

    Quote Originally Posted by newto View Post
    I'm very new, I was wondering if there is a way to manage ongoing processes and kill them if necessary.
    Through the Gnome GUI, open System/Administration/System Monitor. That will allow you to do everything you want.

    If you prefer the terminal, type:

    Code:
    ps -A
    Lists all processes.

    You can then type

    Code:
    kill [process number]

  3. #3
    Join Date
    Sep 2007
    Beans
    1,354

    Re: Running processes

    If you use the system monitor gui, you can right click a process and select end process. You also have the option to kill it, but try to end it first and if that doesn't work, then kill it.
    Forum Do's and Don'ts -- Please familiarize yourself with these!!
    Do not give login-as-root instructions. Here is the policy
    This Ubuntu better not be dacaf!

  4. #4
    Join Date
    Dec 2008
    Beans
    19

    Re: Running processes

    Thanks all

  5. #5
    Join Date
    Jul 2007
    Location
    Reykjavík, Iceland
    Beans
    1,555
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Running processes

    2 things that I noticed missing was that the gui has just the main programs that are running but ps -A is normally a lot larger list.

    The other thing is that you can also use the command xkill to point and kill programs that are running (may be wise to use alt+f2 if you dont have terminal open)

  6. #6
    Join Date
    May 2006
    Location
    Switzerland
    Beans
    2,907
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Running processes

    Quote Originally Posted by newto View Post
    I'm very new, I was wondering if there is a way to manage ongoing processes and kill them if necessary.
    Please read here:

    "How to get rid of "defunct" processes?"
    http://ubuntuforums.org/showpost.php...54&postcount=4

    "what to do when an application does not die using kill command?"
    http://ubuntuforums.org/showpost.php...8&postcount=12

    " I'm losing CPU cycles to "something"!! "
    http://ubuntuforums.org/showpost.php...32&postcount=5

    "Linux equivalent of Windows Process Explorer"
    http://ubuntuforums.org/showpost.php...64&postcount=6

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
  •