Questions
- How does the
systemd-logind
service get activated?A. As part of the multi-user target
B. As part of the graphical target
C. When it receives a
dbus
messageD. As part of the
sysinit
target - What happens when two different users remotely log into a Linux server?
A. They both get assigned to
seat0
.B. One gets assigned to
seat0
and the other gets assigned toseat1
.C. They both get assigned to
seat1
.D. Neither of them gets an assigned seat.
- In which of the following files does
systemd-logind
look to find out how to do user authentication?A.
/etc/nsswitch.conf
B.
/etc/default/nsswitch.conf
C.
/etc/sysconfig/nsswitch.conf
D.
/etc/authenticate.conf
- Which of the following statements is true about polkit?
A. In its default configuration, it works with only a pre-defined set of administrative commands.
B. In its default configuration, it works with all administrative commands, just as sudo does.
C. It only works with the root user password.
D. It can only be used on text-mode...