htop
Installation
SKILL.md
Identity
| Property | Value |
|---|---|
| Binary | htop |
| Config | ~/.config/htop/htoprc (written by htop on exit; also editable via F2 in-session) |
| Logs | No persistent logs — output to terminal |
| Type | Interactive terminal UI |
| Install | apt install htop (Debian/Ubuntu) / dnf install htop (RHEL/Fedora) |
Key Operations
| Task | Command |
|---|---|
| Launch | htop |
| Launch for specific user | htop -u <username> |
| Quit | q or F10 |
| Help | ? or F1 |
| Setup (columns, colors, meters) | F2 |
Related skills