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 11:26:41 2012 from 38.107.179.227
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Sysfs en anglais

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


sysfs - get file system type information
 
SYNOPSIS


int sysfs(int option, const char *fsname); int sysfs(int option, unsigned int fs_index, char *buf); int sysfs(int option);
 
DESCRIPTION


sysfs() returns information about the file system types currently present in the kernel. The specific form of the sysfs() call and the information returned depends on the option in effect: 1 Translate the file-system identifier string fsname into a file-sys- tem type index. 2 Translate the file-system type index fs_index into a null-terminated file-system identifier string. This string will be written to the buffer pointed to by buf. Make sure that buf has enough space to accept the string. 3 Return the total number of file system types currently present in the kernel. The numbering of the file-system type indexes begins with zero.
 
RETURN VALUE


On success, sysfs() returns the file-system index for option 1, zero for option 2, and the number of currently configured file systems for option 3. On error, -1 is returned, and errno is set appropriately.
 
ERRORS


EFAULT Either fsname or buf is outside your accessible address space. EINVAL fsname is not a valid file-system type identifier; fs_index is out-of-bounds; option is invalid.
 
CONFORMING TO


SVr4.
 
NOTES


On Linux with the proc file system mounted on /proc, the same informa- tion can be derived from /proc/filesystems.
 
BUGS


There is no libc or glibc support. There is no way to guess how large buf should be.
 
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 1995-08-09 SYSFS(2)


 Dernières recherches
Man  en anglais Man sysfs en anglaisMan  en français Man sysfs en français
Man  en anglais Man syscalls en anglaisMan  en français Man syscalls en français
Man  en anglais Man sync_file_range en anglaisMan  en français Man sync_file_range en français
Man  en anglais Man symlinkat en anglaisMan  en français Man symlinkat en français
Man  en anglais Man mailcap en anglaisMan  en français Man mailcap en français
Man  en anglais Man symlink en anglaisMan  en français Man symlink en français
Man  en anglais Man swapcontext en anglaisMan  en français Man swapcontext en français
Man  en anglais Man swab en anglaisMan  en français Man swab en français
Man  en anglais Man sum en anglaisMan  en français Man sum en français
Man  en anglais Man sulogin en anglaisMan  en français Man sulogin en français
Man  en anglais Man strxfrm en anglaisMan  en français Man strxfrm en français
Man  en anglais Man strverscmp en anglaisMan  en français Man strverscmp en français
Man  en anglais Man strtoull en anglaisMan  en français Man strtoull en français
Man  en anglais Man strtoq en anglaisMan  en français Man strtoq en français
Man  en anglais Man strtoll en anglaisMan  en français Man strtoll 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