Unix 固有のサービス
*******************

本章に記述されたモジュールは、Unix オペレーティングシステム、あるいは
それから派生した多くのものに固有の機能のためのインターフェースを提供し
ます。その概要を以下に述べます:

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

  * ラージファイルのサポート

  * 注目すべきモジュールの内容

* "pwd" --- The password database

* "grp" --- The group database

* "termios" --- POSIX style tty control

  * 使用例

* "tty" --- Terminal control functions

* "pty" --- Pseudo-terminal utilities

  * 使用例

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

* "resource" --- Resource usage information

  * リソースの制限

  * リソースの使用状態

* "syslog" --- Unix syslog library routines

  * 使用例

    * シンプルな例
