How to check the free/used disk space on my Dedicated Server?

Having a constantly updated information about your used resources is very important for determining and executing your future ideas. The disk space is one of your most important metrics to keep track of how your project is going and if the current environment fits your needs.

You can easily bring up such information on your dedicated server through a simple command in your SSH:

df -h

This will display your free disk space in a readable format.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

CentOS Web Panel Installation – Step by step Guide

In this article, we will show you how to make a working CentOS Web Panel Installation. To avoid...

CentOS Web Panel Review – Introduction

  CentOS Web Panel is a hosting control panel which centers around easy and quick management...

Install PHP Libraries on a CentOS

There are several ways to install PHP Libraries that your installation can utilize on a VPS or...

Install Python’s PIP on a CentOS Server

PIP is Python’s Package Manager, with it you can easily install libraries and additional Python...

Install Python’s PIP on a Debian Server

If you’re using a Debian server that’s hosting a Python application you might need to have...