Answers for "linux check disk space usage particular directory"

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 "linux check disk space usage particular directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language