Multiple choice technology operating systems What is the command to find out the inode process top -h who -T bdf –I uname -a Reveal answer Fill a bubble to check yourself C Correct answer Explanation The bdf -I command (HP-UX) displays file system disk usage with inode information, showing inode consumption across mounted filesystems. While Linux uses 'df -i' for this purpose, bdf is the HP-UX equivalent.