导航

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

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

  • 35.1. posix — The most common POSIX system calls
    • 35.1.1. Large File Support
    • 35.1.2. Notable Module Contents
  • 35.2. pwd — The password database
  • 35.3. spwd — The shadow password database
  • 35.4. grp — The group database
  • 35.5. crypt — Function to check Unix passwords
  • 35.6. dl — Call C functions in shared objects
    • 35.6.1. Dl Objects
  • 35.7. termios — POSIX style tty control
    • 35.7.1. Example
  • 35.8. tty — Terminal control functions
  • 35.9. pty — Pseudo-terminal utilities
  • 35.10. fcntl — The fcntl() and ioctl() system calls
  • 35.11. pipes — Interface to shell pipelines
    • 35.11.1. Template Objects
  • 35.12. posixfile — File-like objects with locking support
  • 35.13. resource — Resource usage information
    • 35.13.1. Resource Limits
    • 35.13.2. Resource Usage
  • 35.14. nis — Interface to Sun’s NIS (Yellow Pages)
  • 35.15. syslog — Unix syslog library routines
  • 35.16. commands — Utilities for running commands

上一个主题

34.4. winsound — Sound-playing interface for Windows

下一个主题

35.1. posix — The most common POSIX system calls

本页

  • 显示源代码

快速搜索

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • Python 2.6.9 文档 »
  • The Python Standard Library »
  • |
© 版权所有 1990-2025, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.

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