SYNC(2)
NAME
sync − update super-block
USAGE
sync()
DESCRIPTION
The sync system call force writes information in core memory (e.g. modified super blocks, modified i-nodes, and delayed block I/O) to disk.
The sync operation is not actually necessary on DOMAIN hardware, because the system buffers are automatically written to disk at shutdown. Nevertheless, we provide it in the interest of ensuring compatibility.