How to see the process tree with ps command?
There’s some options:
ps -ejH
ps axjf
Or also we can use other command:
pstree
More info:
http://www.linfo.org/pstree.html
http://linux.die.net/man/1/ps
How to see the process tree with ps command?
There’s some options:
ps -ejH
ps axjf
Or also we can use other command:
pstree
More info:
http://www.linfo.org/pstree.html
http://linux.die.net/man/1/ps