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

Linux Service Management Made Easy with systemd

a. /proc/fs/cgroup/
b. /sys/cgroup/
c. /sys/fs/cgroup/
d. /proc/cgroup/
systemd-cgls
?a. Run the command only from the local terminal.
b. Run the command only from outside the cgroup filesystem.
c. Run the command with root privileges.
d. You can't. User slices never show up.
a. Use systemctl edit --full --force
, just as you would with other systemd units.
b. Manually create a unit file in the /etc/systemd/system/
directory.
c. You can't. Scopes are created programmatically, and there are no .scope
unit files.
d. Manually create a unit file in the /lib/systemd/system/
directory.
a. It directly manages user mode processes.
b. It directly manages system mode processes.
c. It manages processes that are in either scopes or services.
d. It manages user login sessions.