mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 22:01:38 +00:00
Update cheatsheets
This commit is contained in:
22
tldr/linux/systemctl-poweroff
Normal file
22
tldr/linux/systemctl-poweroff
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# systemctl-poweroff
|
||||
|
||||
> Power off the system.
|
||||
> See also: `poweroff`.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#poweroff>.
|
||||
|
||||
- Power off the system:
|
||||
|
||||
`systemctl poweroff`
|
||||
|
||||
- Power off the system immediately without asking services to stop gracefully:
|
||||
|
||||
`systemctl poweroff --force`
|
||||
|
||||
- Power off the system immediately without sending notifications to logged-in users:
|
||||
|
||||
`systemctl poweroff --force --no-wall`
|
||||
Reference in New Issue
Block a user