SYNC

Section: Manual del Programador de Linux (2)
Updated: 27 octubre 1996
Index Return to Main Contents


 

NOMBRE

sync - entrega el búfer caché al disco  

SINOPSIS

#include <unistd.h>

int sync(void);  

DESCRIPCIÓN

sync

primero entrega los nodos-í a los búferes, y luego éstos al disco.  

VALOR DEVUELTO

sync

siempre devuelve 0.  

CONFORME A

SVr4, SVID, X/OPEN, BSD 4.3  

FALLOS

De acuerdo con la especificación del estándar (p. ej., SVID), sync() planifica las escrituras, pero puede regresar antes de que la escritura real tenga lugar. Sin embargo, desde la versión 1.3.20, Linux sí espera realmente. (Esto aún no garantiza la integridad de los datos: los discos modernos tienen grandes cachés.)  

VÉASE TAMBIÉN

bdflush

(2), fsync(2), fdatasync(2), update(8), sync(8)


 

Index

NOMBRE
SINOPSIS
DESCRIPCIÓN
VALOR DEVUELTO
CONFORME A
FALLOS
VÉASE TAMBIÉN

This document was created by man2html, using the manual pages.
Time: 06:16:20 GMT, January 22, 2005