Em um Ubuntu 12.04, com o GNU bash, versão 4.2.25 (1) -release (x86_64-pc-linux-gnu),
Eu tentei o seguinte comando:
$ bash -c 'pstree -s $$'
init───sshd───sshd───sshd───bash───pstree
$ bash -c 'pstree -s $$;echo'
init───sshd───sshd───sshd───b...
22.06.2014 / 02:56