-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Linux Service Management Made Easy with systemd

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
message
D. As part of the sysinit
target
A. They both get assigned to seat0
.
B. One gets assigned to seat0
and the other gets assigned to seat1
.
C. They both get assigned to seat1
.
D. Neither of them gets an assigned seat.
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
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...