36. Services spécifiques à Unix¶
Les modules décrits dans ce chapitre fournissent des interfaces aux fonctionnalités propres au système d’exploitation Unix ou, dans certains cas, à certaines de ses variantes, en voici un aperçu :
- 36.1.
posix
— Les appels système POSIX les plus courants - 36.2.
pwd
— The password database - 36.3.
spwd
— La base de données de mots de passe shadow - 36.4.
grp
— The group database - 36.5.
crypt
— Function to check Unix passwords - 36.6.
dl
— Call C functions in shared objects - 36.7.
termios
— Le style POSIX le contrôle TTY - 36.8.
tty
— Fonctions de gestion du terminal - 36.9.
pty
— Outils de manipulation de pseudo-terminaux - 36.10.
fcntl
— Thefcntl
andioctl
system calls - 36.11.
pipes
— Interface au pipelines shell - 36.12.
posixfile
— File-like objects with locking support - 36.13.
resource
— Resource usage information - 36.14.
nis
— Interface à Sun’s NIS (pages jaunes) - 36.15.
syslog
— Unix syslog library routines - 36.16.
commands
— Utilities for running commands