Create htop.md (#902)

This commit is contained in:
Dylan Rees 2016-06-21 17:57:58 -04:00 committed by Waldir Pimenta
parent a358006f04
commit dd349e3863

15
pages/linux/htop.md Normal file
View 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:
`?`