瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python »
  • zh_TW 3.6.10rc1 文档 »
  • Python 標準函式庫 (Standard Library) »
  • |

35. Unix 专有服务¶

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

  • 35.1. posix — The most common POSIX system calls
    • 35.1.1. Large File Support
    • 35.1.2. Notable Module Contents
  • 35.2. pwd — 用户密码数据库
  • 35.3. spwd — The shadow password database
  • 35.4. grp — The group database
  • 35.5. crypt — Function to check Unix passwords
    • 35.5.1. Hashing Methods
    • 35.5.2. Module Attributes
    • 35.5.3. 模块函数
    • 35.5.4. 例子
  • 35.6. termios — POSIX style tty control
    • 35.6.1. 示例
  • 35.7. tty — 终端控制功能
  • 35.8. pty — Pseudo-terminal utilities
    • 35.8.1. 示例
  • 35.9. fcntl — The fcntl and ioctl system calls
  • 35.10. pipes — Interface to shell pipelines
    • 35.10.1. Template Objects
  • 35.11. resource — Resource usage information
    • 35.11.1. Resource Limits
    • 35.11.2. Resource Usage
  • 35.12. nis — Interface to Sun’s NIS (Yellow Pages)
  • 35.13. Unix syslog 库例程
    • 35.13.1. 例子
      • 35.13.1.1. Simple example

上個主題

34.4. winsound — Sound-playing interface for Windows

下個主題

35.1. posix — The most common POSIX system calls

本頁

  • 提交 Bug
  • 顯示原始碼

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python »
  • zh_TW 3.6.10rc1 文档 »
  • Python 標準函式庫 (Standard Library) »
  • |
© 版權所有 2001-2019, Python Software Foundation.
Python 软件基金会是一个非盈利组织。 请捐助。
最後更新於 12月 18, 2019。 发现了问题?
使用Sphinx2.2.1 创建。