Get Free Disk Space on Linux
To get free disks space simply open a new terminal window and type in this command:
df -h
If you want to list all the subdirectory sizes under /home, run the following command:
du -sh /home/*
To get free disks space simply open a new terminal window and type in this command:
df -h
If you want to list all the subdirectory sizes under /home, run the following command:
du -sh /home/*