mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:22:07 +02:00
Create htop.md (#902)
This commit is contained in:
parent
a358006f04
commit
dd349e3863
1 changed files with 15 additions and 0 deletions
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…
Add table
Reference in a new issue