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 20:43: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 fsync en anglaisMan  en français Man fsync en français
Man  en anglais Man stat en anglaisMan  en français Man stat en français
Man  en anglais Man wtmp en anglaisMan  en français Man wtmp en français
Man  en anglais Man endgrent en anglaisMan  en français Man endgrent en français
Man  en anglais Man body_checks en anglaisMan  en français Man body_checks en français
Man  en anglais Man sdiff en anglaisMan  en français Man sdiff en français
Man  en anglais Man smime en anglaisMan  en français Man smime en français
Man  en anglais Man getline en anglaisMan  en français Man getline en français
Man  en anglais Man date en anglaisMan  en français Man date 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 scp en anglaisMan  en français Man scp en français
Man  en anglais Man mkdir en anglaisMan  en français Man mkdir en français
Man  en anglais Man getpt en anglaisMan  en français Man getpt 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