$ service ssh0 start

from everything import *

ディスク使用量を調べるNCursesアプリケーションncdu【Linux】

ncdu - ncurses Disk Usage

ncdu (NCurses Disk Usage) is a curses-based version of the well-known 'du', and provides a fast way to see what directories are using your disk space.

Install

sudo apt-get install ncdu

Usage

cd /
sudo ncdu

OR

cd
ncdu

実行すると

f:id:ssh0:20151111154954p:plain

スキャンが開始される

f:id:ssh0:20151111155221p:plain

hjklでディレクトリを移動でき,使用率はバーでも確認できる。

f:id:ssh0:20151111155828p:plain

Comment

du -hでリスト形式で見るよりも,ディレクトリ構造や割合などがわかりやすく表示される。べんり。