Knowledge Base

Available disk space and memory

How to check your diskspace and your available memory on your Linux server

To check free disk space and available memory on your Linux server, you can use the following commands:

1. Checking Disk Space

Use the df -h command to display disk usage in a human-readable format (-h). This command will show you the total, used, and available space for each mounted file system.

2. Checking Memory Usage

Use the free -h command to view your memory (RAM) usage in a human-readable format. This command will display the total memory, used memory, free memory, and available memory on your system.


If you still need help feel free to create a support ticket. Our support agents will be happy to help you.

Please rate this article to help us improve our Knowledge Base.

0 0