Created
June 25, 2021 06:51
-
-
Save SimonLeeGit/f43ab77de9df191929baa9bd5bd6b58e to your computer and use it in GitHub Desktop.
disk check commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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