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: Wed May 30 13:16:28 2012 from 38.107.179.230
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Ustat en anglais

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


ustat - get file system statistics
 
SYNOPSIS


#include #include /* libc[45] */ #include /* glibc2 */ int ustat(dev_t dev, struct ustat *ubuf);
 
DESCRIPTION


ustat() returns information about a mounted file system. dev is a device number identifying a device containing a mounted file system. ubuf is a pointer to a ustat structure that contains the following mem- bers: daddr_t f_tfree; /* Total free blocks */ ino_t f_tinode; /* Number of free inodes */ char f_fname[6]; /* Filsys name */ char f_fpack[6]; /* Filsys pack name */ The last two fields, f_fname and f_fpack, are not implemented and will always be filled with null bytes ('\0').
 
RETURN VALUE


On success, zero is returned and the ustat structure pointed to by ubuf will be filled in. On error, -1 is returned, and errno is set appro- priately.
 
ERRORS


EFAULT ubuf points outside of your accessible address space. EINVAL dev does not refer to a device containing a mounted file system. ENOSYS The mounted file system referenced by dev does not support this operation, or any version of Linux before 1.3.16.
 
CONFORMING TO


SVr4.
 
NOTES


ustat() is deprecated and has only been provided for compatibility. All new programs should use statfs(2) instead. HP-UX Notes The HP-UX version of the ustat structure has an additional field, f_blksize, that is unknown elsewhere. HP-UX warns: For some file sys- tems, the number of free inodes does not change. Such file systems will return -1 in the field f_tinode. For some file systems, inodes are dynamically allocated. Such file systems will return the current number of free inodes.
 
SEE ALSO


stat(2), statfs(2)
 
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 2003-08-04 USTAT(2)


 Dernières recherches
Man  en anglais Man ustat en anglaisMan  en français Man ustat en français
Man  en anglais Man users en anglaisMan  en français Man users en français
Man  en anglais Man usermod en anglaisMan  en français Man usermod en français
Man  en anglais Man userdel en anglaisMan  en français Man userdel en français
Man  en anglais Man uselib en anglaisMan  en français Man uselib en français
Man  en anglais Man urandom en anglaisMan  en français Man urandom en français
Man  en anglais Man updwtmp en anglaisMan  en français Man updwtmp en français
Man  en anglais Man unzipsfx en anglaisMan  en français Man unzipsfx en français
Man  en anglais Man unlinkat en anglaisMan  en français Man unlinkat en français
Man  en anglais Man unlink en anglaisMan  en français Man unlink en français
Man  en anglais Man uniq en anglaisMan  en français Man uniq en français
Man  en anglais Man unicode en anglaisMan  en français Man unicode en français
Man  en anglais Man unexpand en anglaisMan  en français Man unexpand en français
Man  en anglais Man uncompress en anglaisMan  en français Man uncompress en français
Man  en anglais Man ul en anglaisMan  en français Man ul 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