Online Access Free 1z0-105 Exam Questions
Exam Code: | 1z0-105 |
Exam Name: | Oracle Linux 6 Advanced System Administration |
Certification Provider: | Oracle |
Free Question Number: | 97 |
Posted: | Aug 30, 2025 |
Examine the contents of the dhcp configuration file:
# cat /etc/dhcp/dhcpd.conf
subnet 192.168.100.0 netmask 255.255.255.0 {
range 192.168.100.100 192.168.100.200;
}
host host100 {
hardware ethernet 00:0c:29:B9:07:41;
fixed-address 192.168.100.100;
}
Which statement is true about this DHCPD configuration?
Examine the code fragment from /etc/tgt/targets.conf:
<target iqn.2013-03.com.example.mypc:1>
backing-store /iSCSIsharedDisk/physDisk1.img
write-cache off
</target>
<target iqn.2013-03.com.example.myps:2>
backing-store / iSCSIsharedDisk/physDisk2.img
initiator-address 192.0.2.105
initiator address 192.0.2.106
write-cache off
</target>
<target iqn.2013-03.com.example.mypc:3>
backing-store /iSCSIsharedDisk/physDisk3.img
write-cache off
</target>
Which statement is true?