Q1 Single choice Flag Examine the udev device naming rule:KERNEL=="hdb", NAME="disk1"Which statement is true? A A disk device with a default kernel device name of /dev/hdb is accessible using the kernel device names /dev/disk1 and /dev/hdb. B A disk device with a default kernel device name of /dev/hdb has an additional device special file name of /dev/disk1. C A disk device with a default kernel device name of /dev/hdb is replaced with /dev/disk1. /dev/hdb does not exists. D A disk device with the NAME attribute (from sysfs) matching with disk1 is accessible using the kerneldevice name /dev/hdb. Correct answer