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: Sun Feb 12 8:24:27 2012 from 38.107.179.229
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Ptsname en anglais

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


ptsname, ptsname_r - get the name of the slave pseudo-terminal
 
SYNOPSIS


#define _XOPEN_SOURCE #include char *ptsname(int fd); #define _GNU_SOURCE #include char *ptsname_r(int fd, char *buf, size_t buflen);
 
DESCRIPTION


The ptsname() function returns the name of the slave pseudo-terminal (pty) device corresponding to the master referred to by fd. The ptsname_r() function is the reentrant equivalent of ptsname(). It returns the name of the slave pseudo-terminal device as a null-termi- nated string in the buffer pointed to by buf. The buflen argument specifies the number of bytes available in buf.
 
RETURN VALUE


On success, ptsname() returns a pointer to a string in static storage which will be overwritten by subsequent calls. This pointer must not be freed. On failure, a NULL pointer is returned. On success, ptsname_r() returns 0. On failure, a non-zero value is returned and errno is set to indicate the error.
 
ERRORS


EINVAL (ptsname_r() only) buf is NULL. ENOTTY fd does not refer to a pseudo-terminal master device. ERANGE (ptsname_r() only) buf is too small.
 
VERSIONS


ptsname() is provided in glibc since version 2.1.
 
CONFORMING TO


ptsname() is part of the Unix98 pseudo-terminal support (see pts(4)). This function is specified in POSIX.1-2001. ptsname_r() is a Linux extension. A version of this function is docu- mented on Tru64 and HP-UX, but on those implementations, -1 is returned on error, with errno set to indicate the error. Avoid using this func- tion in portable programs.
 
SEE ALSO


grantpt(3), posix_openpt(3), ttyname(3), unlockpt(3), pts(4), fea- ture_test_macros(7), pty(7)
 
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-06-14 PTSNAME(3)


 Dernières recherches
Man  en anglais Man ptsname en anglaisMan  en français Man ptsname en français
Man  en anglais Man geteuid en anglaisMan  en français Man geteuid en français
Man  en anglais Man apropos en anglaisMan  en français Man apropos en français
Man  en anglais Man fstatat en anglaisMan  en français Man fstatat en français
Man  en anglais Man crontab en anglaisMan  en français Man crontab en français
Man  en anglais Man inittab en anglaisMan  en français Man inittab en français
Man  en anglais Man readdir en anglaisMan  en français Man readdir en français
Man  en anglais Man modinfo en anglaisMan  en français Man modinfo en français
Man  en anglais Man regcomp en anglaisMan  en français Man regcomp en français
Man  en anglais Man strtoul en anglaisMan  en français Man strtoul en français
Man  en anglais Man mq_send en anglaisMan  en français Man mq_send en français
Man  en anglais Man mincore en anglaisMan  en français Man mincore en français
Man  en anglais Man useradd en anglaisMan  en français Man useradd en français
Man  en anglais Man fexecve en anglaisMan  en français Man fexecve en français
Man  en anglais Man setpgid en anglaisMan  en français Man setpgid 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