Skip to content

Instantly share code, notes, and snippets.

@SimonLeeGit
Created June 25, 2021 06:51
Show Gist options
  • Save SimonLeeGit/f43ab77de9df191929baa9bd5bd6b58e to your computer and use it in GitHub Desktop.
Save SimonLeeGit/f43ab77de9df191929baa9bd5bd6b58e to your computer and use it in GitHub Desktop.
disk check commands
# list the size for all files and folders.
du -h --max-depth=1
# list all disk and usage.
df -lh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment