Systemd Cheat Sheet - 快速参考指南,收录常用语法、命令与实践。
| Utility | Description |
|---|---|
systemctl | Manages services (start, stop, restart, enable, disable, etc.) |
journalctl | Views and filters logs collected by the systemd journal |
loginctl | Manages user logins and sessions |
hostnamectl | Sets or queries the hostname and related machine metadata |
timedatectl | Sets or queries the system date, time, and NTP settings |
systemd-analyze | Analyzes system boot-up performance |
systemd-cgtop | Monitors control group resource usage in real time |
systemd-run | Runs a command as a transient service or scope |
resolvectl | Resolves domain names using the systemd-resolved service |
busctl | Interacts with the D-Bus message bus system |
{.left-text}
| Command | Description |
|---|---|
systemctl halt | Stop all running software, leave the hardware powered on. |
systemctl hibernate | Save contents of system memory to disk and power off the hardware. |
systemctl poweroff | Halt and power off the system. |
systemctl reboot | Reboot the system. |
{.left-text}
| Command | Description |
|---|---|
systemctl start <service> | Start a service immediately |
systemctl stop <service> | Stop a running service |
systemctl restart <service> | Restart a service |
systemctl reload <service> | Reload service configuration without restart |
systemctl enable <service> | Enable service to start at boot |
systemctl disable <service> | Disable boot-time start |
systemctl status <service> | Show current status and recent logs |
systemctl mask <service> | Prevent service from being started |
systemctl unmask <service> | Remove mask so it can start again |
systemctl list-units | List active units |
systemctl list-unit-files | List all unit files and their enabled state |
{.left-text}
| Command | Description |
|---|---|
journalctl | Show entire journal |
journalctl -b | Show logs from current boot |
journalctl --list-boots | List all boot sessions |
journalctl -b -1 | Logs from previous boot |
journalctl -u <service> | Show logs for a specific unit/service |
journalctl -n 100 | Show the last 100 log entries |
journalctl -f | Follow new log entries (tail -f style) |
journalctl -p err..emerg | Show only error (and above) priority logs |
journalctl --disk-usage | Show disk usage of journal |
journalctl --since today | Show logs since today |
{.left-text}
| Command | Description |
|---|---|
busctl list | List all services/peers on the bus |
busctl status [SERVICE|PID] | Show process info & credentials for service or PID |
busctl monitor [SERVICE...] | Dump live message traffic, Ctrl+C to stop |
busctl capture [SERVICE...] | Capture bus traffic to a pcap file |
busctl tree [SERVICE...] | Show object tree exported by service(s) |
{.left-text}
| Command | Description |
|---|---|
loginctl list-sessions | List all active sessions |
loginctl list-users | List logged-in users |
loginctl user-status <UID> | Show all sessions & processes for user <UID> |
loginctl session-status <ID> | Show detailed info and logs for session <ID> |
loginctl show-session <ID> | Show machine-parsable properties of a session |
loginctl terminate-session <ID> | End all processes in session <ID> |
loginctl lock-session <ID> | Lock the specified session |
loginctl unlock-session <ID> | Unlock the specified session |
{.left-text}
| Command | Description |
|---|---|
systemd-analyze | Show total boot time breakdown |
systemd-analyze blame | List services ordered by startup time |
systemd-analyze plot > boot.svg | Generate SVG visual of boot sequence |
{.left-text}
| Command | Description |
|---|---|
systemd-cgtop | Monitor top cgroups resource usage |
systemd-cgtop -c | Sort cgroups by CPU usage |
systemd-cgtop -d <delay> | Change refresh delay interval |
{.left-text}
| Command | Description |
|---|---|
timedatectl status | Show current date/time settings |
timedatectl list-timezones | List all available timezones |
timedatectl set-timezone <Zone> | Set system timezone |
timedatectl set-time "YYYY-MM-DD" | Manually set date |
timedatectl set-time "HH:MM:SS" | Manually set time |
timedatectl set-ntp true | Enable NTP sync |
timedatectl set-ntp false | Disable NTP sync |
{.left-text}
| Command | Description |
|---|---|
resolvectl status | Show DNS configuration and link info |
resolvectl query <hostname> | Resolve hostname via systemd-resolved |
resolvectl dns <interface> <IP> | Set DNS server(s) for a specific interface |
resolvectl domain <interface> <name> | Set search domain(s) for an interface |
resolvectl flush-caches | Clear the DNS cache managed by systemd-resolved |
resolvectl reset-statistics | Reset all DNS resolution statistics |
{.left-text}
| Command | Description |
|---|---|
hostnamectl status | Show current hostname & system info |
hostnamectl hostname <NAME> | Set the static/transient/pretty hostname |
hostnamectl set-hostname <NAME> --static | Set only the static hostname |
hostnamectl set-hostname <NAME> --transient | Set only the transient hostname |
hostnamectl set-hostname <NAME> --pretty | Set the pretty (user-friendly) hostname |
hostnamectl set-chassis <TYPE> | Set chassis type (e.g., desktop, laptop, server) |
{.left-text}
- Static - The permanent hostname stored in `/etc/hostname`. Used at boot time.
- Transient - Temporary hostname set at runtime (often by DHCP or manually). Lost on reboot.
- Pretty - A user-friendly, display name (can include spaces and special characters).
{.left-text}
| Command | Description |
|---|---|
systemd-run <command> | Run command as a transient .service unit |
systemd-run -p BlockIOWeight=10 updatedb | Run with a specific resource limit property |
systemd-run -p MemoryMax=100M script.sh | Run a memory-hungry task with a memory usage limit |
systemd-run --on-calendar='YYYY-MM-DD HH:MM' script.sh | Schedule script to run at a specific date and time |
systemd-run -E VAR=value script.sh | Run a script with environment variables set |
{.left-text}
There are different kinds of limit that can be imposed:
- CPU Limits
- Memory Limits
- I/O Limits
- Task/Thread Limits
- Security/Isolation
- Execution/Environment
Example
systemd-run -p MemoryMax=100M -p CPUQuota=50% scriptFile.sh
地址
Level 10b, 144 Edward Street, Brisbane CBD(Headquarter)Level 2, 171 La Trobe St, Melbourne VIC 3000四川省成都市武侯区桂溪街道天府大道中段500号D5东方希望天祥广场B座45A13号Business Hub, 155 Waymouth St, Adelaide SA 5000Disclaimer
JR Academy acknowledges Traditional Owners of Country throughout Australia and recognises the continuing connection to lands, waters and communities. We pay our respect to Aboriginal and Torres Strait Islander cultures; and to Elders past and present. Aboriginal and Torres Strait Islander peoples should be aware that this website may contain images or names of people who have since passed away.
匠人学院网站上的所有内容,包括课程材料、徽标和匠人学院网站上提供的信息,均受澳大利亚政府知识产权法的保护。严禁未经授权使用、销售、分发、复制或修改。违规行为可能会导致法律诉讼。通过访问我们的网站,您同意尊重我们的知识产权。 JR Academy Pty Ltd 保留所有权利,包括专利、商标和版权。任何侵权行为都将受到法律追究。查看用户协议
© 2017-2025 JR Academy Pty Ltd. All rights reserved.
ABN 26621887572