How To Check Your Disk space on Ubuntu

This post highlights simple steps to check disk space utilization on Ubuntu operating system. There is a simple command, using that through Linux Ubuntu shell or we can open-up user interface application with charts for more clarity. Here are the two commands for how to Check Your Disk space on Ubuntu.

Now let’s open the terminal window and type the following command.

1. $ df  -h

$df -h

If we want to see more details, we can invoke user interface by typing below command

2. $ baobab

$ baobab

You just need to type above command to see the user interface which lists disk space usage on your operating system with charts.

You can also search for folder wise disk space usage using Analyzer tool options. You can select this from the menu available above.

Leave a Comment