Skip to content

Instantly share code, notes, and snippets.

@xecutioner
Created March 6, 2016 08:32
Show Gist options
  • Save xecutioner/3cddcbd82f314f6c8f75 to your computer and use it in GitHub Desktop.
Save xecutioner/3cddcbd82f314f6c8f75 to your computer and use it in GitHub Desktop.
commands for checking the file sizes in linux
# Overall file system usages.
df -h
# Specific file or folder
du -sh *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment