Bash-Linux.com : Le SHELL pour les nuls

  Actuellement 46 lignes de commande disponibles
login as: root
root@213.186.33.18's password:
Last login: Sun Sep 5 5:35:53 2010 from 38.107.191.104
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Pts en anglais

PTS(4) Linux Programmer's Manual PTS(4)
 
NAME


ptmx and pts - pseudo-terminal master and slave
 
DESCRIPTION


The file /dev/ptmx is a character file with major number 5 and minor number 2, usually of mode 0666 and owner.group of root.root. It is used to create a pseudo-terminal master and slave pair. When a process opens /dev/ptmx, it gets a file descriptor for a pseudo- terminal master (PTM), and a pseudo-terminal slave (PTS) device is cre- ated in the /dev/pts directory. Each file descriptor obtained by open- ing /dev/ptmx is an independent PTM with its own associated PTS, whose path can be found by passing the descriptor to ptsname(3). Before opening the pseudo-terminal slave, you must pass the master's file descriptor to grantpt(3) and unlockpt(3). Once both the pseudo-terminal master and slave are open, the slave pro- vides processes with an interface that is identical to that of a real terminal. Data written to the slave is presented on the master descriptor as input. Data written to the master is presented to the slave as input. In practice, pseudo-terminals are used for implementing terminal emula- tors such as xterm(1), in which data read from the pseudo-terminal mas- ter is interpreted by the application in the same way a real terminal would interpret the data, and for implementing remote-login programs such as sshd(8), in which data read from the pseudo-terminal master is sent across the network to a client program that is connected to a ter- minal or terminal emulator. Pseudo-terminals can also be used to send input to programs that nor- mally refuse to read input from pipes (such as su(8), and passwd(8)).
 
FILES


/dev/ptmx, /dev/pts/*
 
NOTES


The Linux support for the above (known as Unix98 pty naming) is done using the devpts filesystem, that should be mounted on /dev/pts. Before this Unix98 scheme, master ptys were called /dev/ptyp0, ... and slave ptys /dev/ttyp0, ... and one needed lots of preallocated device nodes.
 
SEE ALSO


getpt(3), grantpt(3), ptsname(3), unlockpt(3), pty(7) Linux 2002-10-09 PTS(4)


 Dernières recherches
Man  en anglais Man pts en anglaisMan  en français Man pts en français
Man  en anglais Man read en anglaisMan  en français Man read en français
Man  en anglais Man path_resolution en anglaisMan  en français Man path_resolution en français
Man  en anglais Man lesskey en anglaisMan  en français Man lesskey en français
Man  en anglais Man getitimer en anglaisMan  en français Man getitimer en français
Man  en anglais Man endservent en anglaisMan  en français Man endservent en français
Man  en anglais Man date en anglaisMan  en français Man date en français
Man  en anglais Man ctime_r en anglaisMan  en français Man ctime_r en français
Man  en anglais Man atexit en anglaisMan  en français Man atexit en français
Man  en anglais Man ipcs en anglaisMan  en français Man ipcs en français
Man  en anglais Man setpci en anglaisMan  en français Man setpci en français
Man  en anglais Man cut en anglaisMan  en français Man cut en français
Man  en anglais Man strftime en anglaisMan  en français Man strftime en français
Man  en anglais Man man en anglaisMan  en français Man man en français
Man  en anglais Man boot en anglaisMan  en français Man boot 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