Linux: folder size – Verzeichnisgröße anzeigen
Date:
[4th Sep 2024]
Categories:
[howto],
[linux]
to show the size of a linux directory in terminal, e.g. zsh or bash or shell, use this command
$ du -sh
or if you need to measure directories were you don't have the propriate righty, use sudo
before the command.