Files
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

25 lines
534 B
Groff

.\" @(#)sync.8 1.1 94/10/31 SMI; from UCB 4.2
.TH SYNC 8 "4 February 1983"
.SH NAME
sync \- update the super block
.SH SYNOPSIS
.B sync
.SH DESCRIPTION
.IX "sync command" "" "\fLsync\fP \(em update super block"
.I Sync
executes the
.I sync
system primitive.
.I Sync
can be called to insure all disk writes have been completed before the
processor is halted in a way not suitably done by
.IR reboot (8)
or
.IR halt (8).
.PP
See
.IR sync (2)
for details on the system primitive.
.SH "SEE ALSO"
sync(2), fsync(2), halt(8), reboot(8)