@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)