This website requires JavaScript.
Explore
Help
Sign In
blue
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
9c70b75220
tldr
/
pages
/
common
/
ps.md
234 B
Raw
Blame
History
ps
Information about running processes
list all running processes
ps aux
list all running processes including the full command string
ps auxww
search for a process that matches a string
ps aux | grep {{string}}