| manpages.info - online man pages | ![]() |
|||
|
shutdown (8) Table of Contents
Nameshutdown - close down the system at a given time
Synopsisshutdown [-] [-fhkrn] time [warning-message ...]
DescriptionShutdown provides an automated shutdown procedure for super-users to nicely notify users when the system is shutting down, saving them from system administrators, hackers, and gurus, who would otherwise not bother with such niceties.
Available friendlinesses:
time Time is the time at which shutdown will bring the system down and may be the word now (indicating an immediate shutdown) or specify a future time in one of two formats: +number, or yymmddhhmm, where the year, month, and day may be defaulted to the current system values. The first form brings the system down in number minutes and the second at the absolute time specified.
warning-message
At intervals, becoming more frequent as apocalypse approaches and starting at ten hours before shutdown, warning messages are displayed on the terminals of all users logged in. Five minutes before shutdown, or immediately if shutdown is in less than 5 minutes, logins are disabled by creating /etc/nologin and copying the warning message there. If this file exists when a user attempts to log in, login(1) prints its contents and exits. The file is removed just before shutdown exits.
At shutdown time a message is written in the system log, containing the time of shutdown, who initiated the shutdown and the reason. A terminate signal is then sent to init to bring the system down to single-user state (depending on above options). The time of the shutdown and the warning message are placed in /etc/nologin and should be used to inform the users about when the system will be back up and why it is going down (or anything else).
Files/etc/nologin tells login not to let anyone log in
See Alsologin(1) , wall(1) , fastboot(8) , halt(8) , reboot(8)
Backward CompatibilityThe hours and minutes in the second time format may be separated by a colon (``:'') for backward compatibility.
HistoryThe shutdown command appeared in 4.0BSD.
|