1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 17:17:56 +01:00
tldr/pages/linux/top.md
2016-01-08 09:38:59 +01:00

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:

?