Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

Unix

Unix v7

sync(2)


SYNC

SYNC

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
BUGS
ASSEMBLER

NAME

sync − update super-block

SYNOPSIS

sync( )

DESCRIPTION

Sync causes all information in core memory that should be on disk to be written out. This includes modified super blocks, modified i-nodes, and delayed block I/O.

It should be used by programs which examine a file system, for example icheck, df, etc. It is mandatory before a boot.

SEE ALSO

sync(1), update(8)

BUGS

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

ASSEMBLER

(sync = 36.)
sys sync



sync(2)