Skip to content
Nazim Boudeffa edited this page Nov 23, 2023 · 2 revisions

du -d 1 -h gives the file storage of the top level directory

sudo du -cha --max-depth=1 /var | grep -E "M|G"

Clone this wiki locally