zion -  getttyent


Nom

getttyent, getttynam, setttyent, endttyent - lire le fichier des terminaux.

Résumé

#include <ttyent.h> struct ttyent *getttyent(void); struct ttyent *getttynam(const char * nom ); int setttyent(void); int endttyent(void);

Description

Ces fonctions fournissent une interface pour le fichier _PATH_TTYS (par exemple /etc/ttys ). La fonction setttyent () ouvre le fichier, ou reprend la lecture au début s'il était déjà ouvert. La fonction endttyent () ferme le fichier. La fonction getttynam () recherche un nom de terminal dans le fichier. Elle renvoie un pointeur sur une structure ttyent (voir ci-dessous). La fonction getttyent () ouvre le fichier _PATH_TTYS (si besoin) et renvoie la première entrée. Si le fichier est déjà ouvert, elle renvoie l'entrée suivante.

La structure ttyent

.nf struct ttyent { char *ty_name; /* nom du terminal */ char *ty_getty; /* commande à exécuter (ex : getty) */ char *ty_type; /* type termcap de terminal */ int ty_status; /* attributs d'état */ char *ty_window; /* commande gestionnaire de fenêtres */ char *ty_comment; /* commentaires */ }; .fi Le champ ty_status peut valoir .nf #define TTY_ON 0x01 /* autoriser les logins (avec ty_getty) */ #define TTY_SECURE 0x02 /* autoriser login de l'UID zéro */ .fi

Notes

Sous Linux, le fichier /etc/ttys , et les fonctions décrites ci-dessus ne sont pas utilisées.

Voir aussi

ttyname (3), ttyslot (3)

Traduction

Christophe Blaess, 2003.

Poster un commentaire
Utilisateur
Mot de passe
 
Informaticien.be - © 2002-2024 AkretioSPRL  - Generated via Kelare
The Akretio Network: Akretio - Freedelity - KelCommerce - Votre publicité sur informaticien.be ?