1SYNC(2)                       System Calls Manual                      SYNC(2)
2
3
4

NAME

6       sync - update super-block
7

SYNOPSIS

9       sync( )
10

DESCRIPTION

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       It  should be used by programs which examine a file system, for example
17       icheck, df, etc.  It is mandatory before a boot.
18

SEE ALSO

20       sync(1), update(8)
21

BUGS

23       The writing, although  scheduled,  is  not  necessarily  complete  upon
24       return from sync.
25

ASSEMBLER

27       (sync = 36.)
28       sys sync
29
30
31
32                                                                       SYNC(2)
Impressum