Skip to content

Instantly share code, notes, and snippets.

@supermarsx
Created May 24, 2024 10:57
Show Gist options
  • Save supermarsx/a50734c4d94bf0c0c9e7ca7f757e404f to your computer and use it in GitHub Desktop.
Save supermarsx/a50734c4d94bf0c0c9e7ca7f757e404f to your computer and use it in GitHub Desktop.
Cheat sheet, free/used space linux by folder/mount points
# free space mount points
df -h /
# used space folders
du -sh *
# used space process locked files
lsof +L1
# used space by files in folder
ls -lah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment