Which two statements are true?

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.)

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.)

A.
The user john would own all the floppy devices.

B.
The user john would own all the floppy and frame buffer devices.

C.
The video group on the system would own all the floppy devices.

D.
The video group on the system could be controlled by john only.

E.
The video group on the system would own all the frame buffer devices.



Leave a Reply 0

Your email address will not be published. Required fields are marked *