View Single Post
Old 08-06-2013, 02:25 PM   #11
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@knc1: Yep, one master process, and a fork for each connection. OpenSSH does the same, except the child processes have a more verbose name .

Code:
root      3387  0.0  0.2   3180   756 ?        Ss   20:00   0:00 /usr/sbin/sshd
root      5602  2.6  0.6   5892  1748 ?        Ss   20:25   0:00  \_ sshd: root@pts/0 
root      5606  0.0  0.2   2432   624 pts/0    Ss   20:25   0:00      \_ -sh
root      5609  0.0  0.3   2604   956 pts/0    R+   20:26   0:00          \_ ps faux
EDIT: Got my K4 out, so here it is for legacy devices:

Code:
source /etc/rc.d/functions && echo "$(productid) @ rev $(hwrevision) ($(hwbuildid) build)"
(Sourceing /etc/rc.d/features might be enough)

Last edited by NiLuJe; 08-06-2013 at 02:34 PM.
NiLuJe is offline   Reply With Quote