CompTIA Exam Questions

Which of the following commands will print the inode usage on each mounted filesystem?

Which of the following commands will print the inode usage on each mounted filesystem?

A.
du-i

B.
df-i

C.
Isfs-i

D.
printfs-i

Explanation:
Report filesystem disk space usage.
df -i list inode information instead of block usage.