Query: sync
OS: opendarwin
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SYNC(2) BSD System Calls Manual SYNC(2)NAMEsync -- synchronize disk block in-core status with that on diskSYNOPSIS#include <unistd.h> void sync(void);DESCRIPTIONThe sync() function forces a write of dirty (modified) buffers in the block buffer cache out to disk. The kernel keeps this information in core to reduce the number of disk I/O transfers required by the system. As information in the cache is lost after a system crash a sync() call is issued frequently by the user process update(8) (about every 30 seconds). The function fsync(2) may be used to synchronize individual file descriptor attributes.SEE ALSOfsync(2), sync(8), update(8)BUGSSync() may return before the buffers are completely flushed.HISTORYA sync() function call appeared in Version 6 AT&T UNIX. 4th Berkeley Distribution June 4, 1993 4th Berkeley Distribution
Related Man Pages |
---|
fsync(2) - mojave |
sync(2) - linux |
syncfs(2) - centos |
sync(2) - netbsd |
sync(2) - sunos |
Similar Topics in the Unix Linux Community |
---|
syncvg |
sync password |
Copy huge files system |
SVM Creation |
[ksh] how to reload history file without entering a command |