Which configuration file would you edit to make these changes?

Your Oracle Linux system has two network interfaces – eth0 and eth1. You have to change
the netmask and the IP address of the eth1 network interface. Which configuration file
would you edit to make these changes?

Your Oracle Linux system has two network interfaces – eth0 and eth1. You have to change
the netmask and the IP address of the eth1 network interface. Which configuration file
would you edit to make these changes?

A.
/proc/net/ifcg-eth1

B.
/etc/sysconfig/network-scripts/eth1

C.
/etc/sysconfig/network/ifcg-eth1

D.
/etc/sysconfig/network-scripts/ifcfg-eth1



Leave a Reply 1

Your email address will not be published. Required fields are marked *


hoge

hoge

Explanation:
The “/etc/sysconfig/network-scripts/ifcfg-eth0” file holds the network configuration for
the “eth0” adapter. If you have multiple network adapters, you would expect additional
configuration files (eth1, eth2 etc.).

Note:
*The “/etc/sysconfig/network” file holds top-level networking configuration, including the hostname
and gateway settings.