shutdown systemd Developer Lennart Poettering lennart@poettering.net shutdown 8 shutdown Halt, power-off or reboot the machine shutdown OPTIONS now WALL Description shutdown may be used to halt, power-off or reboot the machine. The first argument should be the string now which however is ignored by this implementation. Optionally, this may be followed by a wall message to be sent to all logged-in users before going down. Options The following options are understood: Prints a short help text and exits. Halt the machine. Power-off the machine (the default). Reboot the machine. Equivalent to , unless is specified. Don't halt, power-off, reboot, just write wall message. Don't send wall message before halt, power-off, reboot. Exit status On success 0 is returned, a non-zero failure code otherwise. Notes This is a legacy command available for compatibility only. See Also systemd1, systemctl1, halt8, wall1