1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 02:26:00 +02:00
tldr/pages/linux/top.md

20 lines
284 B
Markdown
Raw Normal View History

2015-11-24 15:37:43 +02:00
# top
> Display dynamic real-time information about running processes.
- Start top:
2015-11-24 15:37:43 +02:00
`top`
- Start top ignoring any idle or zombie processes:
2015-11-24 15:37:43 +02:00
`top -i`
- Start top displaying only processes owned by given user:
2015-11-24 15:37:43 +02:00
`top -u {{user-name}}`
- Get help about interactive commands:
2015-11-24 15:37:43 +02:00
`?`