Unix 特有服務
*************

此章節所描述的模組 (module) 提供了針對 Unix 作業系統獨有特性的介面，或
在某些情況下可用於其他 Unix 變形版本。以下為概述：

* "posix" --- 最常見的 POSIX 系統呼叫

  * 對大檔案 (Large File) 的支援

  * 值得注意的模組內容

* "pwd" --- 密碼資料庫

* "grp" --- The group database

* "termios" --- POSIX style tty control

  * 範例

* "tty" --- 終端機控制函式

* "pty" --- Pseudo-terminal utilities

  * 範例

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

* "resource" --- Resource usage information

  * Resource Limits

  * Resource Usage

* "syslog" --- Unix syslog library routines

  * 範例

    * 簡單範例
