Oracle
1Z0-403 · Question #58
You have written a udev rule as shown below: KERNEL=="fb[0-9]", NAME="fb/%n", SYMLINK+="%k", GROUP="video" KERNEL=="fd[0-9]", OWNER="john" Which two statements are true? (Choose two.)
The correct answer is A. The user john would own all the floppy devices. E. The video group on the system would own all the frame buffer devices. See the full explanation below for the reasoning.
Question
You have written a udev rule as shown below: KERNEL=="fb[0-9]", NAME="fb/%n", SYMLINK+="%k", GROUP="video" KERNEL=="fd[0-9]", OWNER="john" Which two statements are true? (Choose two.)
Options
- AThe user john would own all the floppy devices.
- BThe user john would own all the floppy and frame buffer devices.
- CThe video group on the system would own all the floppy devices.
- DThe video group on the system could be controlled by john only.
- EThe video group on the system would own all the frame buffer devices.
How the community answered
(18 responses)- A83% (15)
- B6% (1)
- D11% (2)
Community Discussion
No community discussion yet for this question.