Check that you don’t run out of disk space
August 7th, 2007Keeping an eye on disk space usage is critical to keeping a server healthy. One of the last things a system admin wants is a system to run out of disk space.So, how do you check if your server for used and available disk space? Use Putty or your favorite SSH client and logon to your server. Switch to the root SuperUser mode once you are logged in by entering the following command:
su
Then execute the following command to look at your disk usage:
To see the data in human terms, enter:
df -h


























