1 .\" Copyright (c) 1988, 1991, 1993
2 .\" The Regents of the University of California. All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
12 .\" 3. Neither the name of the University nor the names of its contributors
13 .\" may be used to endorse or promote products derived from this software
14 .\" without specific prior written permission.
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 .\" @(#)shutdown.8 8.2 (Berkeley) 4/27/95
29 .\" $FreeBSD: src/sbin/shutdown/shutdown.8,v 1.12.2.5 2003/02/23 21:17:43 trhodes Exp $
31 .Dd September 29, 2016
37 .Nd "close down the system at a given time"
50 .Op Ar warning-message ...
55 utility provides an automated shutdown procedure for super-users
56 to nicely notify users when the system is shutting down,
57 saving them from system administrators, hackers, and gurus, who
58 would otherwise not bother with such niceties.
60 The following options are available:
61 .Bl -tag -width indent
63 The system is halted at the specified
66 The system is halted and the power is turned off
67 (hardware support required)
71 The system is rebooted at the specified
78 does not actually halt the system, but leaves the
79 system multi-user with logins disabled (for all but super-user).
92 instead of sending signal to
97 is specified, prevent the file system cache from being flushed by passing
103 This option should probably not be used.
108 will bring the system down and
111 (indicating an immediate shutdown) or
112 specify a future time in one of two formats:
116 where the year, month, and day may be defaulted
117 to the current system values. The first form brings the system down in
119 minutes and the second at the absolute time specified.
120 .It Ar warning-message
121 Any other arguments comprise the warning message that is broadcast
122 to users currently logged into the system.
126 is supplied as an option, the warning message is read from the standard
130 At intervals, becoming more frequent as apocalypse approaches
131 and starting at ten hours before shutdown, warning messages are displayed
132 on the terminals of all users logged in. Five minutes before
133 shutdown, or immediately if shutdown is in less than 5 minutes,
134 logins are disabled by creating
137 warning message there. If this file exists when a user attempts to
140 prints its contents and exits. The file is
145 At shutdown time a message is written to the system log, containing the
146 time of shutdown, the person who initiated the shutdown and the reason.
147 Corresponding signal is then sent to
149 to respectively halt, reboot or bring the system down to single-user state
150 (depending on the above options).
151 The time of the shutdown and the warning message
154 and should be used to
155 inform the users about when the system will be back up
156 and why it is going down (or anything else).
158 A scheduled shutdown can be canceled by killing the
167 created will be removed automatically.
171 is equivalent to running:
172 .Bd -literal -offset indent
176 .Bl -tag -width /var/run/nologin -compact
177 .It Pa /var/run/nologin
178 tells login not to let anyone log in
180 .Sh BACKWARD COMPATIBILITY
181 The hours and minutes in the second time format may be separated by
182 a colon (``:'') for backward compatibility.
194 command was originally written by Ian Johnstone for UNSW's modified
196 It was modified and then incorporated in