If you need to know the disk space used in Linux you can use the disk free command, "df", which will show you the amount of disk space used and available on your partitions and devices. Alternatively you can also use the "df -h" (h stands for human readable) which makes reading the data sizes easier.