Difference between revisions of "CentOS 7.x disk space usage analysis"

From Notes_Wiki
m
m
 
Line 10: Line 10:
   baobab   
   baobab   
</pre>
</pre>
which shows disk usage graphically for easy browsing
which shows disk usage graphically for easy browsing.
 
If graphical access is not available we can also look at ncdu which does same using command line / ncurses
<pre>
ncdu /
</pre>





Latest revision as of 14:01, 27 July 2025

Home > CentOS > CentOS 7.x > System Administration > File system management > CentOS 7.x disk space usage analysis

We can use following commands to check for disk usage:

   du -sh

But doing this recursively to figure out usage takes considerable time and effort. If graphical access is available then we can use:

   baobab   

which shows disk usage graphically for easy browsing.

If graphical access is not available we can also look at ncdu which does same using command line / ncurses

ncdu /



Home > CentOS > CentOS 7.x > System Administration > File system management > CentOS 7.x disk space usage analysis