Checking Disk Space Usage
Quickly check available disk space on your server using the df command. By default values are displayed in 1K blocks which is why we added the h flag to display values in a more “human readable” format i.e. Megs and Gigs.
df -h

