The IT manager, who wants to prevent anyone from accessing the CD-ROM drive and installing
unauthorized software, asks you, as the system administrator, to disable the volume management
service from starting upon reboot on a production server. Which of the following actions should
you take to secure your system in this way?
A.
Using vi, edit the /etc/inittab file and comment out the /etc/rc3.d/S81volmgt entry.
B.
Run the rm /etc/rc3 command.
C.
Rename the /etc/rc3.d/S81volmgt script to /etc/rc3.d/s81volmgt.
D.
Run the svcadm disable /etc/rc3_d/S81volmgt command.
Explanation: