【實用工具】(Linux)(htop)htop 的安裝與使用


安裝

使用 APT 安裝

$ sudo apt install htop

無 root 權限安裝

$ git clone --depth=1 https://github.com/hishamhm/htop.git
$ cd htop
$ ./autogen.sh && ./configure --prefix=$HOME [--disable-unicode]
...
$ make
...
$ make install
...
$ htop  # 使用

使用 - N/A

N/A


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章