Question: How do I check the amount of free disk space on a FreeBSD server?
Answer: The best way to check how much free disk space your FreeBSD server has available is by using the df command. This works on linux/unix servers, not just FreeBSD. After you SSH into your server you can either type “df” (df means disk free) which will show you the raw numbers or you can type “df -h” which means human readable and makes the output easier to read by displaying it in kilobytes, megabytes, and gigabytes instead of the default kilobytes.
Continue reading ‘How to check free disk space on a linux server’
Awe shiznit!! Is your qmail queue out of control? Look no further! Here’s a quick and easy way to clear, clean, or empty your qmail queue.