Re: Why does ps -ef show four entries for chrome? Thanks!

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: PLUG-discuss
Date:  
To: plug-discuss, James Mcphee
Old-Topics: Re: Why does ps -ef show four entries for chrome?
Subject: Re: Why does ps -ef show four entries for chrome? Thanks!
Thanks for those explanations, James!
ps -efH is a very helpful tip!

------------
> Chrome runs each tab in a seperate process, and the same for plugins,
> though sometimes those are shared. If you run ps -ef instead of top and
> get the parent processid, they'd likely share a common parent. You can
> organize the output with H. ps -efH and it'll group it in a tree format
> based on parents, etc.
>
> As for why you have multiple sessions, tty/# is the console, pts/# are
> pseudo terminals. Either ssh, gnome terms, whatever. Depending on which
> distro you're running, it may or may not show your sessions. Systemd has
> a better handle on logins ...



---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss