This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
472516a4be
tldr
/
pages
/
linux
/
pstree.md
257 B
Raw
Blame
History
pstree
A convenient tool to show running processes as a tree.
Display a tree of processes:
pstree
Display a tree of processes with PIDs:
pstree -p
Display all process trees rooted at processes owned by specified user:
pstree {{user}}