| Linux / Unix Command: sync |
NAME
sync - commit buffer cache to disk.SYNOPSIS
#include <unistd.h>DESCRIPTION
sync first commits inodes to buffers, and then buffers to disk.CONFORMING TO
SVr4, SVID, X/OPEN, BSD 4.3SEE ALSO
bdflush(2), fsync(2), fdatasync(2), update(8), sync(8)
Important: Use the man command (% man) to see how a command is used on your particular computer.

