Multiple choice technology operating systems

Which of the following commands calls rc.net during the second boot phase to initialize and start TCP/IP interfaces?

  1. init

  2. rc

  3. cfgmgr

  4. inittab

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

During AIX boot phase 2, cfgmgr runs the configuration methods for devices, which for network interfaces triggers the execution of rc.net to initialize TCP/IP. The rc.net script is called by the network device's configure method, not directly by init or inittab entries.