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:11:34 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 Tmpfile en anglais

TMPFILE(3) Linux Programmer's Manual TMPFILE(3)
 
NAME


tmpfile - create a temporary file
 
SYNOPSIS


#include FILE *tmpfile(void);
 
DESCRIPTION


The tmpfile() function opens a unique temporary file in binary read/write (w+b) mode. The file will be automatically deleted when it is closed or the program terminates.
 
RETURN VALUE


The tmpfile() function returns a stream descriptor, or NULL if a unique filename cannot be generated or the unique file cannot be opened. In the latter case, errno is set to indicate the error.
 
ERRORS


EACCES Search permission denied for directory in file's path prefix. EEXIST Unable to generate a unique filename. EINTR The call was interrupted by a signal. EMFILE Too many file descriptors in use by the process. ENFILE Too many files open in the system. ENOSPC There was no room in the directory to add the new filename. EROFS Read-only file system.
 
CONFORMING TO


SVr4, 4.3BSD, C89, C99, SUSv2, POSIX.1-2001.
 
NOTES


POSIX.1-2001 specifies: an error message may be written to stdout if the stream cannot be opened. The standard does not specify the directory that tmpfile() will use. Glibc will try the path prefix P_tmpdir defined in , and if that fails the directory /tmp.
 
SEE ALSO


exit(3), mkstemp(3), mktemp(3), tempnam(3), tmpnam(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/. 2008-07-14 TMPFILE(3)


 Dernières recherches
Man  en anglais Man tmpfile en anglaisMan  en français Man tmpfile en français
Man  en anglais Man tlsmgr en anglaisMan  en français Man tlsmgr en français
Man  en anglais Man timerfd_settime en anglaisMan  en français Man timerfd_settime en français
Man  en anglais Man timerfd_gettime en anglaisMan  en français Man timerfd_gettime en français
Man  en anglais Man timerfd_create en anglaisMan  en français Man timerfd_create en français
Man  en anglais Man timer_settime en anglaisMan  en français Man timer_settime en français
Man  en anglais Man timer_gettime en anglaisMan  en français Man timer_gettime en français
Man  en anglais Man timer_getoverrun en anglaisMan  en français Man timer_getoverrun en français
Man  en anglais Man timer_delete en anglaisMan  en français Man timer_delete en français
Man  en anglais Man timer_create en anglaisMan  en français Man timer_create en français
Man  en anglais Man timegm en anglaisMan  en français Man timegm en français
Man  en anglais Man tic en anglaisMan  en français Man tic en français
Man  en anglais Man threads en anglaisMan  en français Man threads en français
Man  en anglais Man tgetstr en anglaisMan  en français Man tgetstr en français
Man  en anglais Man tgetent en anglaisMan  en français Man tgetent 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