The modules described in this chapter provide interfaces to features that are unique to the Unix operating system, or in some cases to some or many variants of it. Here’s an overview:
posix
— 最常见的 POSIX 系统调用
pwd
— 口令数据库
spwd
— 影子口令数据库
grp
— 组数据库
crypt
— 校验 Unix 密码的函数
termios
— POSIX 样式 tty 控制
tty
— 终端控制函数
pty
— 伪终端实用程序
fcntl
—
fcntl
and
ioctl
系统调用
pipes
— Shell 管道接口
resource
— 资源使用信息
nis
— 接口到 Sun 的 NIS (黄页)
syslog
— Unix syslog 库例程