plan9fox/sys/man/8/fshalt

66 lines
1.3 KiB
Plaintext
Raw Normal View History

.TH FSHALT 8
.SH NAME
2011-05-18 04:17:27 +00:00
fshalt, scram, reboot \- halt any local file systems and optionally shut down or reboot the system
.SH SYNOPSIS
.B fshalt
[
.B -r
]
.br
.B reboot
2012-10-14 11:33:10 +00:00
[
.I kernelpath
]
2011-05-18 04:17:27 +00:00
.br
.B scram
.SH DESCRIPTION
.I Fshalt
2012-10-14 11:33:10 +00:00
syncs and halts all local
2015-08-21 17:40:29 +00:00
.IR cwfs (4)
and
2015-08-21 17:40:29 +00:00
.IR hjfs (4)
servers.
If given
.BR -r ,
.I fshalt
will then reboot the machine.
2011-05-18 04:17:27 +00:00
Else it will invoke
.I scram
to shut down the machine.
The halting and rebooting is done by copying all necessary
commands into a
.IR ramfs (4)
file system and changing directory there before attempting to halt
file systems,
so this will work even on standalone machines with their roots on
local file systems.
.PP
.I Reboot
2012-10-14 11:33:10 +00:00
restarts the machine it is invoked on. If an optional
.I kernelpath
is specified then the machine will load and start that
kernel directly instead of returning to the system rom. (see
.IR cons (3)).
2011-05-18 04:17:27 +00:00
.PP
.I Scram
shuts down the machine it is invoked on.
.SH SOURCE
.B /rc/bin/fshalt
.br
.B /rc/bin/reboot
2012-06-29 14:18:24 +00:00
.br
.B /sys/src/cmd/scram.c
.SH SEE ALSO
.IR cons (3),
.IR reboot (8)
.SH BUGS
2011-05-18 04:17:27 +00:00
On standalone machines, it will be impossible to do anything if scram fails
after invoking bare
2011-05-18 04:17:27 +00:00
.IR fshalt .
.I Scram
2012-06-29 15:49:41 +00:00
is limited to the PC and requires APM or ACPI.
2013-12-27 21:22:05 +00:00
.SH HISTORY
.I Scram
first appeared in 9front (May, 2011).