导航

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

Unix Specific Services¶

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 --- The most common POSIX system calls
    • Large File Support
    • Notable Module Contents
  • pwd --- The password database
  • spwd --- The shadow password database
  • grp --- The group database
  • crypt --- Function to check Unix passwords
    • Hashing Methods
    • Module Attributes
    • Module Functions
    • 示例
  • termios --- POSIX style tty control
    • 示例
  • tty --- Terminal control functions
  • pty --- Pseudo-terminal utilities
    • 示例
  • fcntl --- The fcntl and ioctl system calls
  • pipes --- Interface to shell pipelines
    • Template Objects
  • resource --- Resource usage information
    • Resource Limits
    • Resource Usage
  • nis --- Interface to Sun's NIS (Yellow Pages)
  • syslog --- Unix syslog library routines
    • 示例
      • Simple example

上一个主题

winsound --- Sound-playing interface for Windows

下一个主题

posix --- The most common POSIX system calls

本页

  • 提交 Bug
  • 显示源代码

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • zh_CN 3.8.0a0 文档 »
  • Python 标准库 »
  • |
© 版权所有 2001-2019, Python Software Foundation.
Python 软件基金会是一个非盈利组织。 请捐助。

最后更新于 2月 11, 2019. Found a bug?
使用Sphinx1.8.1 创建。