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: Tue May 29 13:53:45 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 Llseek en anglais

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


_llseek - reposition read/write file offset
 
SYNOPSIS


#include #include int _llseek(unsigned int fd, unsigned long offset_high, unsigned long offset_low, loff_t *result, unsigned int whence);
 
DESCRIPTION


The _llseek() function repositions the offset of the open file associ- ated with the file descriptor fd to (offset_high<<32) | offset_low bytes relative to the beginning of the file, the current position in the file, or the end of the file, depending on whether whence is SEEK_SET, SEEK_CUR, or SEEK_END, respectively. It returns the result- ing file position in the argument result.
 
RETURN VALUE


Upon successful completion, _llseek() returns 0. Otherwise, a value of -1 is returned and errno is set to indicate the error.
 
ERRORS


EBADF fd is not an open file descriptor. EFAULT Problem with copying results to user space. EINVAL whence is invalid.
 
CONFORMING TO


This function is Linux-specific, and should not be used in programs intended to be portable.
 
NOTES


Glibc does not provide a wrapper for this system call; call it using syscall(2).
 
SEE ALSO


lseek(2), lseek64(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/. Linux 2007-06-01 LLSEEK(2)


 Dernières recherches
Man  en anglais Man llseek en anglaisMan  en français Man llseek en français
Man  en anglais Man lio_listio en anglaisMan  en français Man lio_listio en français
Man  en anglais Man linkat en anglaisMan  en français Man linkat en français
Man  en anglais Man link en anglaisMan  en français Man link en français
Man  en anglais Man line en anglaisMan  en français Man line en français
Man  en anglais Man ldd en anglaisMan  en français Man ldd en français
Man  en anglais Man ldconfig en anglaisMan  en français Man ldconfig en français
Man  en anglais Man ldap_table en anglaisMan  en français Man ldap_table en français
Man  en anglais Man lchown en anglaisMan  en français Man lchown en français
Man  en anglais Man last en anglaisMan  en français Man last en français
Man  en anglais Man labs en anglaisMan  en français Man labs en français
Man  en anglais Man killall en anglaisMan  en français Man killall en français
Man  en anglais Man kbd_mode en anglaisMan  en français Man kbd_mode en français
Man  en anglais Man join en anglaisMan  en français Man join en français
Man  en anglais Man isxdigit en anglaisMan  en français Man isxdigit 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