This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-04-29 23:24:55 +02:00
Code
Activity
50cff8c9e6
Branches
Tags
No results found.
tldr
/
pages
/
linux
/
pstree.md
Max Xu
1bc1737d2b
Update pstree.md
2017-10-24 10:23:13 +08:00
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}}