Check your disk usage in Linux

A good way to check your disk usage for folders on your Linux server is via shell.

  1. Download Putty.exe for this location http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
  2. Open the program, in the 'Host Name' type in your IP or Domain name and click 'Open'
  3. In the terminal, you will be asked to input your username and password, this will usually be your default FTP credentials (Shared) or your root credentials (VPS or Dedicated)
  4. Once logged in, type the following command: du –h

This will list the folder and sub folder size as well as the total size of your root directory structure.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Installing htop

htop is an interactive process viewer for Linux, which is a powerful alternative to the...

Bind Multiple IP Addresses to a Single Network Interface Card (NIC)

This tutorial demonstrates how to bind multiple IP addresses to a single NICI'll be using LAN...

Clear Memory Cache on Linux Server

By default the Linux OS has a very efficient memory management process that should be freeing any...

Set the time on a Linux server

Log into the server via SSHAt the shell prompt run the following command:date MMDDHHmmYYYYFor...

Add custom SpamAssassin rules for content filtering

Your local SpamAssassin rules should be stored in a file called /etc/mail/spamassassin/local.cf...