Although it is possible to get information about disk usage from within the various Linux desktops, those who are comfortable with the command line can get much greater detail using the
df
anddu
commands. With these two commands, not only can you discover details about the free space on the mounted file systems, but you can also see the amount of space used by individual directories.
Full article here:
Understanding the Linux df And du Commands (Make Tech Easier)