Answers for "check disk space directory linux"

16

linux check used space in folder

du -h --max-depth=1
Posted by: Guest on April-14-2020
2

how to check hard disk space linux

df -hia
or
df -h
Posted by: Guest on August-18-2021

Code answers related to "check disk space directory linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language