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?

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

A.
df-i

B.
Isfs-i

C.
printfs-i

D.
du-i

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



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Check

Check

Isnt the answer du -i?
Coz of usage not free space?

Check

Check

confirmed df -i is correct

Using ā€˜-iā€˜ switch will display the information of number of used inodes and their percentage for the file system.