forked from Stichting-MINIX-Research-Foundation/minix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhalt.8
More file actions
33 lines (33 loc) · 757 Bytes
/
Copy pathhalt.8
File metadata and controls
33 lines (33 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.TH HALT 8
.SH NAME
halt \- abruptly stop the system
.SH SYNOPSIS
\fBhalt\fP [\fB\-f\fP]
.SH DESCRIPTION
.B Halt
stops the system almost immediately. The users are not informed about
the things to come.
.B Halt
is logged in
.B /usr/adm/wtmp
and in
.BR /usr/adm/log ,
if these files exist.
.B Halt
should only be run by the super-user, any other caller will be refused.
.PP
.B Halt
is a rather rude program.
.BR Shutdown (8)
is preferred for it performs a more gentle halt routine.
.PP
.B Halt \-f
is even worse, it omits the terminate signals that are normally
sent first to all processes to give them a chance to die peacefully.
.SH "SEE ALSO"
.BR reboot (2),
.BR shutdown (8),
.BR reboot (8),
.BR boot (8).
.SH AUTHOR
Edvard Tuinder (v892231@si.hhs.NL)