This document is for an old version of Python that is no longer supported. You should upgrade and read the Python 当前稳定版本的文档.

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • Python 2.7.18 文档 »
  • Python 标准库 »

36. Unix 专有服务¶

本章描述的模块提供了 Unix 操作系统独有特性的接口,在某些情况下也适用于它的某些或许多衍生版。 以下为模块概览:

  • 36.1. posix — 最常见的 POSIX 系统调用
    • 36.1.1. 大文件支持
    • 36.1.2. 重要的模块内容
  • 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.6.1. Dl Objects
  • 36.7. termios — POSIX 风格的 tty 控制
    • 36.7.1. 示例
  • 36.8. tty — 终端控制功能
  • 36.9. pty — 伪终端工具
  • 36.10. fcntl — The fcntl and ioctl system calls
  • 36.11. pipes — 终端管道接口
    • 36.11.1. 模板对象
  • 36.12. posixfile — File-like objects with locking support
  • 36.13. resource — Resource usage information
    • 36.13.1. Resource Limits
    • 36.13.2. Resource Usage
  • 36.14. nis — Sun 的 NIS (黄页) 接口
  • 36.15. Unix syslog 库例程
    • 36.15.1. 例子
      • 36.15.1.1. 简单示例
  • 36.16. commands — Utilities for running commands

上一个主题

35.4. winsound — Sound-playing interface for Windows

下一个主题

36.1. posix — 最常见的 POSIX 系统调用

本页

  • 显示源代码

快速搜索

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • Python 2.7.18 文档 »
  • Python 标准库 »
© 版权所有 1990-2020, Python Software Foundation.
Python 软件基金会是一个非盈利组织。 请捐助。
Last updated on 6月 19, 2020. 发现了问题?
使用Sphinx2.3.1 创建。