How to remove all host specic conguration from the system
-
rm -rf
-
sys-unconfig
-
reboot
-
rm /etc/system
B
Correct answer
Explanation
The sys-unconfig command is used in Solaris systems to undo system configuration and restore the system to an unconfigured state. This removes host-specific configuration information like hostname, IP address, and other system settings, preparing the system for reconfiguration. The other options are either dangerous (rm -rf) or incorrect for this purpose.