mirror of https://github.com/CrimsonTome/tldr.git
20 lines
280 B
Markdown
20 lines
280 B
Markdown
|
# 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
|
||
|
|
||
|
`?`
|