💾 Archived View for darknesscode.xyz › notes › disk-usage-du-command.gmi captured on 2022-06-03 at 22:45:00. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-05)
-=-=-=-=-=-=-
To get the actual size of a directory you need to run the *du* command (disk usage)
For a directory owner by user
du -sh Downloads
The output will be like
24G Downloads/
If the directory is owner by root
sudo du -sh /var
The output will be like
85G /var
For more option check man du
----------
----------
© DarknessCode