mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 09:54:14 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/systemctl-hibernate
Normal file
21
tldr/linux/systemctl-hibernate
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# systemctl hibernate
|
||||
|
||||
> Hibernate the system by saving the current state to disk and powering off.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#hibernate>.
|
||||
|
||||
- Hibernate the system immediately:
|
||||
|
||||
`systemctl hibernate`
|
||||
|
||||
- Force hibernation even if inhibitors are present:
|
||||
|
||||
`systemctl hibernate --force`
|
||||
|
||||
- Hibernate the system without sending a message to logged-in users:
|
||||
|
||||
`systemctl hibernate --no-wall`
|
||||
Reference in New Issue
Block a user