What is the first user-level process/task run on the system?
/sbin/init
where is the int file located ?
/sbin/int
init works with the kernel to clean up processes
when they have ____________.
ended/terminate
init _____________ the later stages of the boot process .
coordinates
what are two startup alternatives?
Instead of bash scripts, systemd uses _____________.
.service files.
systemd
Swap units
Swap units,
are very similar to mount units and encapsulate memory swap partitions or files of the operating system.
the _____ program is emutated to work with runlevels .
telinit
systemd
socket units
Socket units,
which encapsulate local IPC or network sockets in the system, useful for socket-based activation.
Name some features of systemd and session manager:
Systemd sorts all ________ into their own Linux cgroups(control groups)
deamons
systemd
device units
Device units,
expose kernel devices in systemd and may be used to implement device-based activation.
systemd
Path units
Path units,
may be used to ativate other services when file system objects change or are modified.
With systemd what is the main utility for managing services?
systemctl
systemd
Target units
Target unit ,
are useful to group units, or provide well-known synchronization points furing boot-up
systemd
Slice units
Slice units,
may be used to group units which mange system processes in a hierarchical tree for resource management purposes.
what is the syntax of the systemctl command ?
systemctl [options] command [name]
How would I see/show the status of everything that systemctl controls?
$ systemctl
If I wanted to show all available services using systemctl what would
I do?
$ systemctl list-units -t service –all
systemd
timer units
Timer units,
are useful for triggering avtivation of other units based on timers .
systemctl
list-units for systemctl
define runlevel 1
single user mode
list-sockets for systemctl