disk space usage commands
Get disk space information
[code language=”shell”]
df -h
[/code]
Get the sizes of all the folders/directories in the current directory
[code language=”shell”]
du -sh *
[/code]
Get the size of all the files in the current directory including files in the sub folders.
[code language=”shell”]
du -ah
[/code]
Search within Codexpedia
Custom Search
Search the entire web
Custom Search
Related Posts