Loading...

Knowledge Base

How to view Disk Size and Usage of the Server

Learn how to view your server's disk size, usage, and filesystem details via SSH. This guide covers the essential commands, so you can quickly monitor storage and identify what's consuming capacity.

 

View Disk Size and Usage of your server

  1. Connect to SSH via Windows or connect to SSH via Mac OSx.   
  2. Enter the corresponding code of the information that you want to know.
     

    Code 

    Expected Results 

    df -h  Disk size, used space, and available space  
    df -i  File system inodes 
    df –T   File system type of the disk 
    du –h /directory  Disk usage of the directory specified  

     
  3. Click the Enter key on your keyboard to see the results.  

 

 

 

Loading...