Skip to content

Instantly share code, notes, and snippets.

@ai2ys
Created November 10, 2022 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ai2ys/abaade7b06ae62c969ea08808064e9b4 to your computer and use it in GitHub Desktop.
Save ai2ys/abaade7b06ae62c969ea08808064e9b4 to your computer and use it in GitHub Desktop.
Linux disk usage, file sizes and folder sizes

Retrieving disk usage information

Retrieving the disk space/usage

df -H

Retrieving file and folder sizes

Sorted by file/folder size

du -sh -- * | sort -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment