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:51:30 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 Bdflush en anglais

BDFLUSH(2) Linux Programmer's Manual BDFLUSH(2)
 
NAME


bdflush - start, flush, or tune buffer-dirty-flush daemon
 
SYNOPSIS


#include int bdflush(int func, long *address); int bdflush(int func, long data);
 
DESCRIPTION


bdflush() starts, flushes, or tunes the buffer-dirty-flush daemon. Only a privileged process (one with the CAP_SYS_ADMIN capability) may call bdflush(). If func is negative or 0, and no daemon has been started, then bdflush() enters the daemon code and never returns. If func is 1, some dirty buffers are written to disk. If func is 2 or more and is even (low bit is 0), then address is the address of a long word, and the tuning parameter numbered (func-2)/2 is returned to the caller in that address. If func is 3 or more and is odd (low bit is 1), then data is a long word, and the kernel sets tuning parameter numbered (func-3)/2 to that value. The set of parameters, their values, and their valid ranges are defined in the kernel source file fs/buffer.c.
 
RETURN VALUE


If func is negative or 0 and the daemon successfully starts, bdflush() never returns. Otherwise, the return value is 0 on success and -1 on failure, with errno set to indicate the error.
 
ERRORS


EBUSY An attempt was made to enter the daemon code after another pro- cess has already entered. EFAULT address points outside your accessible address space. EINVAL An attempt was made to read or write an invalid parameter num- ber, or to write an invalid value to a parameter. EPERM Caller does not have the CAP_SYS_ADMIN capability.
 
CONFORMING TO


bdflush() is Linux-specific and should not be used in programs intended to be portable.
 
SEE ALSO


fsync(2), sync(2), sync(8), update(8)
 
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/. Linux 2004-06-17 BDFLUSH(2)


 Dernières recherches
Man  en anglais Man bdflush en anglaisMan  en français Man bdflush en français
Man  en anglais Man bcopy en anglaisMan  en français Man bcopy en français
Man  en anglais Man bcmp en anglaisMan  en français Man bcmp en français
Man  en anglais Man asin en anglaisMan  en français Man asin en français
Man  en anglais Man asctime en anglaisMan  en français Man asctime en français
Man  en anglais Man attrset en anglaisMan  en français Man attrset en français
Man  en anglais Man pgrep en anglaisMan  en français Man pgrep en français
Man  en anglais Man bc en anglaisMan  en français Man bc en français
Man  en anglais Man banner en anglaisMan  en français Man banner en français
Man  en anglais Man bash en anglaisMan  en français Man bash en français
Man  en anglais Man logger en anglaisMan  en français Man logger en français
Man  en anglais Man posix_openpt en anglaisMan  en français Man posix_openpt en français
Man  en anglais Man batch en anglaisMan  en français Man batch en français
Man  en anglais Man syslog en anglaisMan  en français Man syslog en français
Man  en anglais Man mq_getattr en anglaisMan  en français Man mq_getattr 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