Bash-Linux.com : Le SHELL pour les nuls

  Actuellement 50 lignes de commande et 1472 man disponibles
login as: root
root@213.186.33.18's password:
Last login: Thu May 24 21:04:57 2012 from 38.107.179.226
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Aio_fsync en anglais

AIO_FSYNC(3) Linux Programmer's Manual AIO_FSYNC(3)
 
NAME


aio_fsync - asynchronous file synchronization
 
SYNOPSIS


#include int aio_fsync(int op, struct aiocb *aiocbp); Link with -lrt.
 
DESCRIPTION


The aio_fsync() function does a sync on all outstanding asynchronous I/O operations associated with aiocbp->aio_fildes. More precisely, if op is O_SYNC, then all currently queued I/O opera- tions shall be completed as if by a call of fsync(2), and if op is O_DSYNC, this call is the asynchronous analog of fdatasync(2). Note that this is a request only -- this call does not wait for I/O comple- tion. Apart from aio_fildes the only field in the structure pointed to by aiocbp that is used by this call is the aio_sigevent field (a struct sigevent) that indicates the desired type of asynchronous notification at completion. All other fields are ignored.
 
RETURN VALUE


On success (the sync request was successfully queued) this function returns 0. On error -1 is returned, and errno is set appropriately.
 
ERRORS


EAGAIN Out of resources. EBADF aio_fildes is not a valid file descriptor open for writing. EINVAL No synchronized I/O for this file is supported, or op is not O_SYNC or O_DSYNC.
 
CONFORMING TO


POSIX.1-2001.
 
SEE ALSO


aio_cancel(3), aio_error(3), aio_read(3), aio_return(3), aio_sus- pend(3), aio_write(3)
 
COLOPHON


This page is part of release 3.05 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. 2003-11-14 AIO_FSYNC(3)


 Dernières recherches
Man  en anglais Man aio_fsync en anglaisMan  en français Man aio_fsync en français
Man  en anglais Man epoll_wait en anglaisMan  en français Man epoll_wait en français
Man  en anglais Man aio_error en anglaisMan  en français Man aio_error en français
Man  en anglais Man aio_cancel en anglaisMan  en français Man aio_cancel en français
Man  en anglais Man agetty en anglaisMan  en français Man agetty en français
Man  en anglais Man afs_syscall en anglaisMan  en français Man afs_syscall en français
Man  en anglais Man getline en anglaisMan  en français Man getline en français
Man  en anglais Man adjtime en anglaisMan  en français Man adjtime en français
Man  en anglais Man addgroup en anglaisMan  en français Man addgroup en français
Man  en anglais Man chgrp en anglaisMan  en français Man chgrp en français
Man  en anglais Man acos en anglaisMan  en français Man acos en français
Man  en anglais Man telnet en anglaisMan  en français Man telnet en français
Man  en anglais Man chage en anglaisMan  en français Man chage en français
Man  en anglais Man sem_close en anglaisMan  en français Man sem_close en français
Man  en anglais Man pidof en anglaisMan  en français Man pidof en français

 Recherche

Dans ce moteur de recherche, vous pouvez taper directement votre besoin, en une phrase normale, humaine.
Exemple : vous cherchez comment remplacer un mot par un autre dans tous les fichiers d'un certain dossier. Vous pouvez écrire "Comment remplacer un mot par un autre dans tous les fichiers d'un dossier". Le moteur vous ramenera les résultats en fonction de leur pertinence.
Vous pouvez bien sûr ne chercher qu'un seul mot-clé, par exemple "find".
 Toutes les lignes de code
Par popularité
Par fonction
Recherche avancée
 Les logiciels SHELL/SSH
Putty
Astuces Bash
Faire du SHELL avec PHP!
 La doc officielle
Les man Linux en français
Les man Linux en anglais
 Proposer vos bash
Partagez vos lignes!
 Les requêtes
Déposer une requête
Voir/répondre à une requête
 Quelques sites interessants
Bons sites pour apprendre
 Rechercher