Displaying 1 result from an estimated 1 matches for "parenat".
Did you mean:
parena
2001 Mar 01
2
do_exec_pty(..)
Hello,
I see that incase of command execution:
:fork()" is called twice, in sshd.
Once to spin off child sshd from parenat and
second from child sshd, to execute command.
Due to this I see 3 processes being created
for each connection viz:
16398 0.0 0.3 1284 892 ?? S 4:33PM 0:00.05 sshd:child
16399 0.0 0.1 320 232 p4 Is+ 4:33PM 0:00.06 -sh -c foo_command
16401 0.0 0.3 2076 840 p4 S+ 4:3...