Examine this network configuration: NAME="ens4" DEVICE="ens4" ONBOOT=no NETBOOT=yes IPV6INIT=yes BOOTPROTO=none IPADDR=192.168.2.5 PREFIX=24 GATEWAY=192.168.2.1 TYPE=Ethernet Which two statements are true after executing nmcli con mod ens4 ipv4.method auto?
Examine this udev device naming rule which gets processed successfully: makefile KERNEL=="hdb", DRIVER=="ide-disk", SYMLINK+="sparedisk" Which two statements are true?