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
- Connect to SSH via Windows or connect to SSH via Mac OSx.
- 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
- Click the Enter key on your keyboard to see the results.
Did you find this article helpful?