Linux管理者は、Linuxシステムのネットワークインターフェースに静的IPアドレスを追加しようとしています。管理者は、ifcfg-eth0設定ファイルを以下の設定で変更します。 管理者が Linux サーバーを再起動した後、システムはネットワークに接続されません。 次の構成設定のうちどれを変更する必要がありますか?
正解:B
BOOTPRO is set to NONE for static assignment. https://www.dummies.com/programming/networking/network-administration-linux-ifcfg-files/ And ONBOOT specifies YES to o indicate whether the device should be enabled when Linux boots up.