Disk

General commands for list files and folder.


Install

$apt install ncdu

Use

$ncdu your_path

df

Use

$du -h

du

List in folder by list and show size

$cd your_path
$du -h --max-depth=1 | sort -hr

Date : 2020.10.13