Multiple choice technology operating systems

Which program initially started starts rpcbind at boot?

  1. /sbin/init.d/named

  2. /sbin/init.d/net

  3. /sbin/init.d/nfs.core

  4. /sbin/init.d/rpcbind

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In HP-UX, rpcbind is started by the /sbin/init.d/nfs.core script at boot time. This script initializes the NFS core services including the portmapper (rpcbind). The named script handles DNS, net handles general networking, and the rpcbind-specific script doesn't exist as the primary startup mechanism.