mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 15:44:55 +02:00
284 B
284 B
top
Display dynamic real-time information about running processes.
- Start top:
top
- Start top ignoring any idle or zombie processes:
top -i
- Start top displaying only processes owned by given user:
top -u {{user-name}}
- Get help about interactive commands:
?