mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-01-05 16:37:21 +03:00
Create htop.md (#902)
This commit is contained in:
parent
a358006f04
commit
dd349e3863
15
pages/linux/htop.md
Normal file
15
pages/linux/htop.md
Normal file
@ -0,0 +1,15 @@
|
||||
# htop
|
||||
|
||||
> Display dynamic real-time information about running processes. An enchanced version of `top`.
|
||||
|
||||
- Start htop:
|
||||
|
||||
`htop`
|
||||
|
||||
- Start htop displaying only processes owned by given user:
|
||||
|
||||
`htop -u {{user-name}}`
|
||||
|
||||
- Get help about interactive commands:
|
||||
|
||||
`?`
|
Loading…
Reference in New Issue
Block a user