Oracle
1Z0-100 · Question #49
Your Oracle Linux server has a network interface eth0 but the ifcfg-eth0 file is missing from the /etc/sysconfig/network-scripts directly. To set the IP address for the interface, you run this…
The correct answer is D. The IP address 192.168.0.1 is assigned to echo with the default netmask for that address, and. See the full explanation below for the reasoning.
Question
Your Oracle Linux server has a network interface eth0 but the ifcfg-eth0 file is missing from the /etc/sysconfig/network-scripts directly. To set the IP address for the interface, you run this command as root:
[root@station1]# ifconfig eth0 192.168.0.1 up What is the effect of the command?
Options
- AThe IP address 192.168.0.1 is not assigned to eth0 because the netmask is not specified.
- BThe IP address 192.168.0.1 is assigned to eth0, but the interface is not activated until the network
- CThe IP address 192.168.0.1 is assigned to eth0, but the interface is not activated until the network
- DThe IP address 192.168.0.1 is assigned to echo with the default netmask for that address, and
How the community answered
(26 responses)- A4% (1)
- B8% (2)
- C19% (5)
- D69% (18)
Community Discussion
No community discussion yet for this question.