35. Unix 专有服务¶
本章描述的模块提供了 Unix 操作系统独有特性的接口,在某些情况下也适用于它的某些或许多衍生版。 以下为模块概览:
- 35.1.
posix— 最常见的 POSIX 系统调用 - 35.2.
pwd— 用户密码数据库 - 35.3.
spwd— The shadow password database - 35.4.
grp— 组数据库 - 35.5.
crypt— Function to check Unix passwords - 35.6.
termios— POSIX 风格的 tty 控制 - 35.7.
tty— 终端控制功能 - 35.8.
pty— 伪终端工具 - 35.9.
fcntl— Thefcntlandioctlsystem calls - 35.10.
pipes— 终端管道接口 - 35.11.
resource— Resource usage information - 35.12.
nis— Sun 的 NIS (黄页) 接口 - 35.13. Unix syslog 库例程
