Unix 专有服务¶
本章描述的模块提供了 Unix 操作系统独有特性的接口,在某些情况下也适用于它的某些或许多衍生版。 以下为模块概览:
posix
--- 最常见的 POSIX 系统调用pwd
--- 用户密码数据库spwd
--- The shadow password databasegrp
--- 组数据库crypt
--- Function to check Unix passwordstermios
--- POSIX 风格的 tty 控制tty
--- 终端控制功能pty
--- 伪终端工具fcntl
--- Thefcntl
andioctl
system callspipes
--- 终端管道接口resource
--- Resource usage informationnis
--- Sun 的 NIS (黄页) 接口- Unix syslog 库例程