1SYNC(2) System Calls Manual SYNC(2)
2
3
4
6 sync - update super-block
7
9 sync()
10
12 Sync causes all information in core memory that should be on disk to be
13 written out. This includes modified super blocks, modified i-nodes,
14 and delayed block I/O.
15
16 Sync should be used by programs that examine a file system, for example
17 fsck, df, etc. Sync is mandatory before a boot.
18
20 fsync(2), sync(8), update(8)
21
23 The writing, although scheduled, is not necessarily complete upon
24 return from sync.
25
26
27
284th Berkeley Distribution June 30, 1985 SYNC(2)