Which of the following utilities will you use to measure the amount of disk that is used of a file?
blkid utility
du utility
sfdisk utility
pydf utility
Explanations:
Theblkidutility is used to locate or print block device attributes, such as UUIDs, but it does not measure disk usage for files.
Theduutility (disk usage) is specifically designed to estimate and report the amount of disk space used by files and directories, making it the correct choice.
Thesfdiskutility is used for partitioning disks and managing disk layouts, but it does not provide information about the disk usage of individual files.
Thepydfutility is a Python-based version ofdfwhich displays free disk space in a human-readable format, but it does not measure disk usage of specific files.