Multiple choice technology operating systems

What is the command to find out the inode process

  1. top -h

  2. who -T

  3. bdf –I

  4. 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.