1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/htop.md

16 lines
258 B
Markdown
Raw Normal View History

2016-06-21 17:57:58 -04:00
# htop
2017-07-20 20:53:15 +02:00
> Display dynamic real-time information about running processes. An enhanced version of `top`.
2016-06-21 17:57:58 -04:00
- Start htop:
`htop`
- Start htop displaying only processes owned by given user:
`htop -u {{user_name}}`
2016-06-21 17:57:58 -04:00
- Get help about interactive commands:
`?`