Answers for "linux command to check space in the disk"

12

linux check used space in folder

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

how to check hard disk space linux

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

Code answers related to "linux command to check space in the disk"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language