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: Mon May 28 21:43:41 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 Getpass en anglais

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


getpass - get a password
 
SYNOPSIS


#include char *getpass( const char *prompt);
 
DESCRIPTION


This function is obsolete. Do not use it. The getpass() function opens /dev/tty (the controlling terminal of the process), outputs the string prompt, turns off echoing, reads one line (the "password"), restores the terminal state and closes /dev/tty again.
 
RETURN VALUE


The function getpass() returns a pointer to a static buffer containing (the first PASS_MAX bytes of) the password without the trailing new- line, terminated by a null byte ('\0'). This buffer may be overwritten by a following call. On error, the terminal state is restored, errno is set appropriately, and NULL is returned.
 
ERRORS


The function may fail if ENXIO The process does not have a controlling terminal.
 
FILES


/dev/tty
 
CONFORMING TO


Present in SUSv2, but marked LEGACY. Removed in POSIX.1-2001.
 
NOTES


For libc4 and libc5, the prompt is not written to /dev/tty but to stderr. Moreover, if /dev/tty cannot be opened, the password is read from stdin. The static buffer has length 128 so that only the first 127 bytes of the password are returned. While reading the password, signal generation (SIGINT, SIGQUIT, SIGSTOP, SIGTSTOP) is disabled and the corresponding characters (usually control-C, control-\, control-Z and control-Y) are transmitted as part of the password. Since libc 5.4.19 also line editing is disabled, so that also backspace and the like will be seen as part of the password. For glibc2, if /dev/tty cannot be opened, the prompt is written to stderr and the password is read from stdin. There is no limit on the length of the password. Line editing is not disabled. According to the SUSv2, the value of PASS_MAX must be defined in in case it is smaller than 8, and can in any case be obtained using sysconf(_SC_PASS_MAX). However, POSIX.2 withdraws the constants PASS_MAX and _SC_PASS_MAX, and the function getpass(). Libc4 and libc5 have never supported PASS_MAX or _SC_PASS_MAX. Glibc2 accepts _SC_PASS_MAX and returns BUFSIZ (e.g., 8192).
 
BUGS


The calling process should zero the password as soon as possible to avoid leaving the cleartext password visible in the process's address space.
 
SEE ALSO


crypt(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 2000-12-05 GETPASS(3)


 Dernières recherches
Man  en anglais Man getpass en anglaisMan  en français Man getpass en français
Man  en anglais Man getopt en anglaisMan  en français Man getopt en français
Man  en anglais Man getnetbyname en anglaisMan  en français Man getnetbyname en français
Man  en anglais Man getnetbyaddr en anglaisMan  en français Man getnetbyaddr en français
Man  en anglais Man getnameinfo en anglaisMan  en français Man getnameinfo en français
Man  en anglais Man getmsg en anglaisMan  en français Man getmsg en français
Man  en anglais Man getlogin en anglaisMan  en français Man getlogin en français
Man  en anglais Man getkeycodes en anglaisMan  en français Man getkeycodes en français
Man  en anglais Man getipnodebyname en anglaisMan  en français Man getipnodebyname en français
Man  en anglais Man getipnodebyaddr en anglaisMan  en français Man getipnodebyaddr en français
Man  en anglais Man gethostid en anglaisMan  en français Man gethostid en français
Man  en anglais Man gethostent en anglaisMan  en français Man gethostent en français
Man  en anglais Man gethostbyname_r en anglaisMan  en français Man gethostbyname_r en français
Man  en anglais Man getgroups en anglaisMan  en français Man getgroups en français
Man  en anglais Man getgrouplist en anglaisMan  en français Man getgrouplist 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