Results 1 to 6 of 6
Hello Experts,
I need to know how i will know see that which process in running in background?...
- 05-27-2008 #1Just 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?
- 05-27-2008 #2
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.
- 05-27-2008 #3
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
- 05-27-2008 #4Just 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?
- 05-27-2008 #5Just 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 &.
- 05-27-2008 #6
In that case 'jobs' is the command you're looking for I think?
Can't tell an OS by it's GUI


Reply With Quote