Logo

上一个主题

35.4. winsound — Sound-playing interface for Windows

下一个主题

36.1. posix — The most common POSIX system calls

本页

  • 显示源代码

快速搜索

This document is for an old version of Python that is no longer supported. You should upgrade, and read the Python documentation for the current stable release.

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • python logo
  • Python »
  • Python 2.7.18 文档 »
  • The Python Standard Library »
  • |

36. 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:

  • 36.1. posix — The most common POSIX system calls
    • 36.1.1. Large File Support
    • 36.1.2. Notable Module Contents
  • 36.2. pwd — The password database
  • 36.3. spwd — The shadow password database
  • 36.4. grp — The group database
  • 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 style tty control
    • 36.7.1. Example
  • 36.8. tty — Terminal control functions
  • 36.9. pty — Pseudo-terminal utilities
  • 36.10. fcntl — The fcntl and ioctl system calls
  • 36.11. pipes — Interface to shell pipelines
    • 36.11.1. Template Objects
  • 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 — Interface to Sun’s NIS (Yellow Pages)
  • 36.15. syslog — Unix syslog library routines
    • 36.15.1. Examples
      • 36.15.1.1. Simple example
  • 36.16. commands — Utilities for running commands

上一个主题

35.4. winsound — Sound-playing interface for Windows

下一个主题

36.1. posix — The most common POSIX system calls

本页

  • 显示源代码

快速搜索

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • python logo
  • Python »
  • Python 2.7.18 文档 »
  • The Python Standard Library »
  • |
© 版权所有 1990-2025, Python Software Foundation.
This page is licensed under the Python Software Foundation License Version 2.
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.

The Python Software Foundation is a non-profit corporation. Please donate.

最后更新于 8月 10, 2025.
Created using Sphinx 2.3.1.