Answers for "how to find out the disk free space for /partition in linux"

16

linux how to show disk space

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

command to check the free disk space

df

# To show values in human-readable format
df -h

# --total to output the total free space
df -h --total
Posted by: Guest on April-14-2022

Code answers related to "how to find out the disk free space for /partition in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language