Valid 1Z0-106 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-106 Exam! ExamDiscuss.com now offer the newest 1Z0-106 exam dumps, the ExamDiscuss.com 1Z0-106 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-106 dumps with Test Engine here:
Examine this udev device naming rule which gets processed successfully: makefile KERNEL=="hdb", DRIVER=="ide-disk", SYMLINK+="sparedisk" Which two statements are true?
Correct Answer: C,D
Option C (Correct):If a device named/dev/hdbwith theide-diskdriver is discovered, a symbolic link/dev /sparediskwill be created, pointing to/dev/hdb. Option D (Correct):TheKERNEL=="hdb"match specifies that the device will have the kernel device name /dev/hdb. Option A (Incorrect):This is incorrect because existing symbolic links are not overwritten unless explicitly defined. Option B (Incorrect):The device itself is not renamed to/dev/sparedisk; rather, a symbolic link is created. Option E (Incorrect):The rule specifically requires bothKERNEL=="hdb"andDRIVER=="ide-disk"to match; it is not an either/or condition.