Query: sync
OS: osf1
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
sync(2) System Calls Manual sync(2)NAMEsync - Updates all file systemsSYNOPSIS#include <unistd.h> void sync (void);STANDARDSInterfaces documented on this reference page conform to industry standards as follows: sync(): XPG4-UNIX Refer to the standards(5) reference page for more information about industry standards and associated tags.DESCRIPTIONThe sync() function causes all information in memory that should be on disk to be written out. The writing, although scheduled, is not nec- essarily complete upon return from the sync() function. Types of information to be written include modified superblocks, inodes, data blocks, and indirect blocks. The sync() function should be used by programs that examine a file system, such as the df command and the fsck command.RELATED INFORMATIONFunctions: fsync(2) Commands: sync(8) Standards: standards(5) delim off sync(2)
Related Man Pages |
---|
sync(2) - linux |
sync(8) - freebsd |
syncfs(2) - x11r4 |
syncfs(2) - php |
syncfs(2) - mojave |
Similar Topics in the Unix Linux Community |
---|
NTPD seems to be not syncing !!! |
sync password |
Best way to sync time on a Linux machine |
Compare file dates before copy |
"synchronisation lost" errors for Solaris NTP server |