Answers for "linux check folder disk usage"

30

how to check folder size in linux

# show all folder size in the current directory
du -h --max-depth=1
Posted by: Guest on January-18-2021
0

check disk space folders linux

sudo du -sh /var
Copy
Posted by: Guest on October-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language