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 is used on HP-UX systems to display disk usage statistics including inode consumption. On Linux, the equivalent is 'df -i', but bdf is the correct tool for HP-UX inode monitoring.