Unix-specific services
**********************

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 :

* "shlex" --- Simple lexical analysis

  * shlex Objects

  * Parsing Rules

  * Improved Compatibility with Shells

* "posix" --- The most common POSIX system calls

  * Prise en charge de gros fichiers

  * Contenu du Module

* "pwd" --- The password database

* "grp" --- The group database

* "termios" --- POSIX style tty control

  * Exemple

* "tty" --- Terminal control functions

* "pty" --- Pseudo-terminal utilities

  * Exemple

* "fcntl" --- The "fcntl" and "ioctl" system calls

* "resource" --- Resource usage information

  * Resource Limits

  * Resource Usage

* "syslog" --- Unix syslog library routines

  * Exemples

    * Exemple simple
