freebsd man page for sync

Query: sync

OS: freebsd

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SYNC(8) 						    BSD System Manager's Manual 						   SYNC(8)

NAME
sync -- force completion of pending disk writes (flush cache)
SYNOPSIS
sync
DESCRIPTION
The sync utility can be called to ensure that all disk writes have been completed before the processor is halted in a way not suitably done by reboot(8) or halt(8). Generally, it is preferable to use reboot(8) or halt(8) to shut down the system, as they may perform additional actions such as resynchronizing the hardware clock and flushing internal caches before performing a final sync. The sync utility utilizes the sync(2) function call.
SEE ALSO
fsync(2), sync(2), syncer(4), halt(8), reboot(8)
HISTORY
A sync utility appeared in Version 4 AT&T UNIX.
BSD
May 31, 1993 BSD
Related Man Pages
sync(8) - centos
halt(8) - mojave
sync(8) - debian
sync(2) - netbsd
halt(8) - osx
Similar Topics in the Unix Linux Community
HELP PLEASE about Resync and sync interval in linux
how to remove the stale entry without a reboot??
Does sync(2) block writes until completed?
identify the unix process performing high disk i/o reads and writes
How can we automaitcally sync/copy files from one directoy to another ?