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
Juan José Vaca Vadillo :: Non scholae, sed vitae discimus
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
0 Responses to “The process tree with ps command”