How to check free disk space in Linux
Keeping track of disk utilization information is on system administrators' (and others') daily to-do list. Linux has a few built-in utilities that help provide that information.
df
The df command stands for "disk-free," and shows available and used disk space on the Linux system.
df -h shows disk space in human-readable format
df -a shows the file system's complete disk usage even if the Available field is 0
read more
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.