5 Linux commands to check free disk space
# show disk space in human-readable format
df -h
# show disk usage in human-readable format for all directories and subdirectories
du -h
Improve.
5 Linux commands to check free disk space
# show disk space in human-readable format
df -h
# show disk usage in human-readable format for all directories and subdirectories
du -h