Getting a list of directories and their sizes in Linux is pretty easy. All you need to do is use the following command:
du -sh /*
Getting a list of directories and their sizes in Linux is pretty easy. All you need to do is use the following command:
du -sh /*