CertGrid CertGrid
Hands-on Lab·Red Hat Certified System Administrator

Boot, Reboot and Shutdown

The shortest objective in the blueprint, with one genuine trap: `shutdown -k` is described as sending warnings without shutting down, and it also creates `/run/nologin`, which stops every unprivileged user logging in until it is removed. That is captured, along with scheduling and cancelling.

Operating Running Systems Guide 22 of 67 Beginner

Written against the versions above. `systemctl reboot`, `systemctl poweroff` and `systemctl halt` are the systemd forms; `shutdown -r now` and `shutdown -h now` still work and are wrappers around the same calls. Only `shutdown` can schedule, and only `shutdown` creates `/run/nologin`.

Every command on this page runs on RHCSA-A01.
Server NameIP AddressOSRolesCPURAMHDD
RHCSA-A01192.168.0.31RHEL 10.0 (Coughlan)Practice node (graded) - spare /dev/sda2 Core4 GB50 GB + 15 GB

Before you start

  1. Where the machine is now

  2. The commands

  3. `-k` is not harmless

  4. Scheduling and cancelling

  5. What the last boot looked like

Official sources