Results 1 to 2 of 2
I'm using a GUI desktop with my Linux. I have Firefox open. I open a command terminal too. I type "ps", but I don't see a process for Firefox. Why ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-13-2013 #1Just Joined!
- Join Date
- Jun 2011
- Posts
- 9
The ps command doesn't show a web browser process. Why is that?
I'm using a GUI desktop with my Linux. I have Firefox open. I open a command terminal too. I type "ps", but I don't see a process for Firefox. Why is that? Is there a flag I can use with the ps command to see it?
- 01-13-2013 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,141
By default, ps just shows the tasks attached to the current tty, which is the console window you are executing the command in. IE, the firefox browser is running in another (or no) tty. If you want to find the processes that your user account is running, run the command "ps -u userid" where userid is your user ID. Firefox should show up there.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
