snippetbashTip
systemctl kexec — Reboot the system via kexec. More information: <https://www.freedesktop.org/software/systemd/man/lat
Viewed 0 times
thecommandkexecrebootviaclisystemctl kexecsystem
linux
Problem
How to use the
systemctl kexec command: Reboot the system via kexec. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#kexec>.Solution
systemctl kexec — Reboot the system via kexec. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#kexec>.Fast reboot using kexec (if kernel is pre-loaded):
systemctl kexecForce normal reboot even if kexec is available:
systemctl kexec {{[-f|--force]}}Code Snippets
Fast reboot using kexec (if kernel is pre-loaded)
systemctl kexecForce normal reboot even if kexec is available
systemctl kexec {{[-f|--force]}}Context
tldr-pages: linux/systemctl kexec
Revisions (0)
No revisions yet.