Knowledge Base

How to find what is taking up disk space (du utility)

Learn how to use the 'du' command to identify disk space usage on your system.

Yaro
disk space du command linux system administration

How to Find What is Taking Up Disk Space (du Utility)

Usage of du command is easy and pretty intuitive. This command will show what files are taking up disk space and how much.

To use this command, you should connect to your server and type:

du -h

This command will show how much space is taken up in the directory that you are currently in. -h is for a human-readable format.

If you want to check a whole server, you should type:

du -h /

To check a specific folder, type:

du -h MyFolder

Need Help?

Our support team is available 24/7 to assist you.

Contact Support

Related Articles

Browse more articles in these categories.