1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/linux/poweroff.md
Ziqiang Wu 2e78c67026
glances, hostname, w, iptables, lsblk, reboot, date, at, poweroff, open: update outdated Chinese pages (#16047)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-04-12 10:49:41 +03:00

409 B

poweroff

关闭系统。 更多信息:https://www.manned.org/poweroff.

  • 关闭系统电源:

poweroff

  • 停止系统(等同于 halt):

poweroff --halt

  • 重启系统(等同于 reboot):

poweroff --reboot

  • 立即关机,不联系系统管理器:

poweroff {{[-f|--force]}}

  • 仅写入 wtmp 关机日志条目而不关闭系统:

poweroff {{[-w|--wtmp-only]}}