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. All advertising materials mentioning features or use of this software
13 .\" must display the following acknowledgement:
14 .\" This product includes software developed by the University of
15 .\" California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\" may be used to endorse or promote products derived from this software
18 .\" without specific prior written permission.
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 .\" @(#)shutdown.8 8.2 (Berkeley) 4/27/95
33 .\" $FreeBSD: src/sbin/shutdown/shutdown.8,v 1.21 2002/12/23 16:04:50 ru Exp $
40 .Nd "close down the system at a given time"
55 .Op Ar warning-message ...
59 utility provides an automated shutdown procedure for super-users
60 to nicely notify users when the system is shutting down,
61 saving them from system administrators, hackers, and gurus, who
62 would otherwise not bother with such niceties.
64 The following options are available:
65 .Bl -tag -width indent
67 The system is halted at the specified
74 does not actually halt the system, but leaves the
75 system multi-user with logins disabled (for all but super-user).
79 is specified, prevent the file system cache from being flushed by passing
85 This option should probably not be used.
97 instead of sending a signal to
100 The system is rebooted at the specified
103 The system is put to sleep at the specified
106 The system is halted up until the point of removing system power, but waits
107 before removing power for 5 minutes so that an external UPS
108 (uninterruptible power supply) can forcibly remove power.
109 This simulates a dirty shutdown to permit a later automatic power on. OS X uses
110 this mode automatically with supported UPSs in emergency shutdowns.
115 will bring the system down and
118 (indicating an immediate shutdown) or
119 specify a future time in one of two formats:
123 where the year, month, and day may be defaulted
124 to the current system values. The first form brings the system down in
126 minutes and the second at the absolute time specified.
127 .It Ar warning-message
128 Any other arguments comprise the warning message that is broadcast
129 to users currently logged into the system.
133 is supplied as an option, the warning message is read from the standard
137 At intervals, becoming more frequent as apocalypse approaches
138 and starting at ten hours before shutdown, warning messages are displayed
139 on the terminals of all users logged in.
141 At shutdown time a message is written to the system log, containing the
142 time of shutdown, the person who initiated the shutdown and the reason.
143 Corresponding signal is then sent to
145 to respectively halt, reboot or bring the system down to single-user state
146 (depending on the above options).
148 A scheduled shutdown can be canceled by killing the
153 .Sh SIGTERM TO SIGKILL INTERVAL
154 Upon shutdown, all running processes are sent a SIGTERM followed by a SIGKILL.
159 by an intentionally indeterminate period of time.
160 Programs are expected to take only enough time to flush all dirty data and exit.
161 Developers are encouraged to file a bug with the OS vendor, should they encounter an issue with this functionality.
169 .Sh BACKWARD COMPATIBILITY
170 The hours and minutes in the second time format may be separated by
171 a colon (``:'') for backward compatibility.