Find the answer to your Linux question:
Results 1 to 6 of 6
Hello Experts, I need to know how i will know see that which process in running in background?...
  1. #1
    Just Joined!
    Join Date
    May 2008
    Posts
    3

    how to see the running background process?

    Hello Experts,
    I need to know how i will know see that which process in running in background?

  2. #2
    Just Joined! kveldulf980's Avatar
    Join Date
    Apr 2008
    Location
    New Jersey
    Posts
    15
    Depends on what you are using. In gnome, Applications > System Tools > System Monitor. In KDE it should be roughly the same. In a console there a few different ways to go about it, none of them particularly easy. Hope that helps a little. More information would make it easier to answer.

  3. #3
    Linux Engineer Freston's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    1,047
    Depends on what you mean by background. Are these commands you send to the bbackground by appending ' &' to them? Then 'jobs'

    If you just want to know what's running on the system, different versions of 'ps' (like ps aux) do the trick, or 'top'. I'm just realizing that I don't know how to do it from the GUI.



    Hmmmm.... how _do_ you monitor processes from the GUI??
    (I'd check, but I'm not running my own system atm)
    Can't tell an OS by it's GUI

  4. #4
    Just Joined!
    Join Date
    May 2008
    Posts
    3
    i know that command ps – ef |grep su it shows the process running in background. i am missing something in the above command.what i am missing that i am able recollect please help me on this?

  5. #5
    Just Joined!
    Join Date
    May 2008
    Posts
    3
    Even i dont know how to do it from GUI. top command all the process running . i am talking about that which we run using &.

  6. #6
    Linux Engineer Freston's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    1,047
    In that case 'jobs' is the command you're looking for I think?
    Can't tell an OS by it's GUI

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...