Last active
April 29, 2022 12:30
-
-
Save akkefa/6e832b5a4293b424964f4e081d00585d to your computer and use it in GitHub Desktop.
All commands related to disk management
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
## Check space on specfic directory | |
du -h --max-depth=0 /u/iali | |
du -h --max-depth=1 /u/iali |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment