36. Unix 专有服务¶
本章描述的模块提供了 Unix 操作系统独有特性的接口,在某些情况下也适用于它的某些或许多衍生版。 以下为模块概览:
- 36.1.
posix
— 最常见的 POSIX 系统调用 - 36.2.
pwd
— 用户密码数据库 - 36.3.
spwd
— The shadow password database - 36.4.
grp
— 组数据库 - 36.5.
crypt
— Function to check Unix passwords - 36.6.
dl
— Call C functions in shared objects - 36.7.
termios
— POSIX 风格的 tty 控制 - 36.8.
tty
— 终端控制功能 - 36.9.
pty
— 伪终端工具 - 36.10.
fcntl
— Thefcntl
andioctl
system calls - 36.11.
pipes
— 终端管道接口 - 36.12.
posixfile
— File-like objects with locking support - 36.13.
resource
— Resource usage information - 36.14.
nis
— Sun 的 NIS (黄页) 接口 - 36.15. Unix syslog 库例程
- 36.16.
commands
— Utilities for running commands