「systemd」

安装的可执行程序

bootctl
used to query the firmware and boot manager settings

busctl
Used to introspect and monitor the D-Bus bus

coredumpctl
Used to retrieve coredumps from the systemd Journal

halt
Normally invokes shutdown with the -h option, except when already in run-level 0, then it tells the kernel to halt the system; it notes in the file /var/log/wtmp that the system is being brought down

hostnamectl
Used to query and change the system hostname and related settings

init
The first process to be started when the kernel has initialized the hardware which takes over the boot process and starts all the proceses it is instructed to

journalctl
Used to query the contents of the systemd Journal

kernel-install
Used to add and remove kernel and initramfs images to and from /boot

localectl
Used to query and change the system locale and keyboard layout settings

loginctl
Used to introspect and control the state of the systemd Login Manager

machinectl
Used to introspect and control the state of the systemd Virtual Machine and Container Registration Manager

networkctl
Used to introspect the state of the network links as seen by systemd-networkd

poweroff
Tells the kernel to halt the system and switch off the computer (see halt)

reboot
Tells the kernel to reboot the system (see halt)

runlevel
Reports the previous and the current run-level, as noted in the last run-level record in /var/run/utmp

shutdown
Brings the system down in a secure way, signaling all processes and notifying all logged-in users

systemctl
用于对「systemd 系统」和「服务管理器的状态」进行自身检查和控制。

systemd-analyze
Used to determine system boot-up performance of the current boot

systemd-ask-password
Used to query a system password or passphrase from the user, using a question message specified on the command line

systemd-cat
Used to connect STDOUT and STDERR of a process with the Journal

systemd-cgls
Recursively shows the contents of the selected Linux control group hierarchy in a tree

systemd-cgtop
Shows the top control groups of the local Linux control group hierarchy, ordered by their CPU, memory and disk I/O load

systemd-delta
Used to identify and compare configuration files in /etc that override default counterparts in /usr

systemd-detect-virt
Detects execution in a virtualized environment

systemd-escape
Used to escape strings for inclusion in systemd unit names

systemd-hwdb
Used to manage hardware database (hwdb)

systemd-inhibit
Used to execute a program with a shutdown, sleep or idle inhibitor lock taken

systemd-machine-id-setup —— Initialize the machine ID in /etc/machine-id —— Used by system installer tools to initialize the machine ID stored in /etc/machine-id at install time with a randomly generated ID

systemd-notify
Used by daemon scripts to notify the init system about status changes

systemd-nspawn
Used to run a command or OS in a light-weight namespace container

systemd-path
Used to query system and user paths

systemd-resolve
Used to resolve domain names, IPV4 and IPv6 addresses, DNS resource records, and services

systemd-run
Used to create and start a transient .service or a .scope unit and run the specified command in it

systemd-tmpfiles
Creates, deletes and cleans up volatile and temporary files and directories, based on the configuration file format and location specified in tmpfiles.d directories

systemd-tty-ask-password-agent
Used to list or process pending systemd password requests

telinit
Tells init which run-level to change to

timedatectl
Used to query and change the system clock and its settings

udevadm
Generic Udev administration tool: controls the udevd daemon, provides info from the Udev database, monitors uevents, waits for uevents to finish, tests Udev configuration, and triggers uevents for a given device

systemd
systemd 系统和服务的管理器。

参考文献