1shutdown(1B) SunOS/BSD Compatibility Package Commands shutdown(1B)
2
3
4
6 shutdown - close down the system at a given time
7
9 /usr/ucb/shutdown [-fhknr] time [warning-message]...
10
11
13 shutdown provides an automated procedure to notify users when the sys‐
14 tem is to be shut down. time specifies when shutdown will bring the
15 system down; it may be the word now (indicating an immediate shutdown),
16 or it may specify a future time in one of two formats: +number and
17 hour:min. The first form brings the system down in number minutes, and
18 the second brings the system down at the time of day indicated in
19 24-hour notation.
20
21
22 At intervals that get closer as the apocalypse approaches, warning mes‐
23 sages are displayed at terminals of all logged-in users, and of users
24 who have remote mounts on that machine.
25
26
27 At shutdown time a message is written to the system log daemon, sys‐
28 logd(1M), containing the time of shutdown, the instigator of the shut‐
29 down, and the reason. Then a terminate signal is sent to init, which
30 brings the system down to single-user mode.
31
33 As an alternative to the above procedure, these options can be speci‐
34 fied:
35
36 -f Arrange, in the manner of fastboot(1B), that when the system is
37 rebooted, the file systems will not be checked.
38
39
40 -h Execute halt(1M).
41
42
43 -k Simulate shutdown of the system. Do not actually shut down the
44 system.
45
46
47 -n Prevent the normal sync(2) before stopping.
48
49
50 -r Execute reboot(1M).
51
52
54 /etc/rmtab remote mounted file system table
55
56
58 See attributes(5) for descriptions of the following attributes:
59
60
61
62
63 ┌─────────────────────────────┬─────────────────────────────┐
64 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
65 ├─────────────────────────────┼─────────────────────────────┤
66 │Availability │SUNWscpu │
67 └─────────────────────────────┴─────────────────────────────┘
68
70 fastboot(1B), login(1), halt(1M), reboot(1M), syslogd(1M), sync(2),
71 rmtab(4), attributes(5)
72
74 Only allows you to bring the system down between now and 23:59 if you
75 use the absolute time for shutdown.
76
77
78
79SunOS 5.11 11 Oct 1994 shutdown(1B)