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.
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.
Isnt the answer du -i?
Coz of usage not free space?
confirmed df -i is correct
Using ā-iā switch will display the information of number of used inodes and their percentage for the file system.