瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python »
  • 3.3.7 Documentation »
  • The Python Standard Library »
  • |

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

  • 34.1. posix — The most common POSIX system calls
    • 34.1.1. Large File Support
    • 34.1.2. Notable Module Contents
  • 34.2. pwd — The password database
  • 34.3. spwd — The shadow password database
  • 34.4. grp — The group database
  • 34.5. crypt — Function to check Unix passwords
    • 34.5.1. Hashing Methods
    • 34.5.2. Module Attributes
    • 34.5.3. Module Functions
    • 34.5.4. Examples
  • 34.6. termios — POSIX style tty control
    • 34.6.1. Example
  • 34.7. tty — Terminal control functions
  • 34.8. pty — Pseudo-terminal utilities
    • 34.8.1. Example
  • 34.9. fcntl — The fcntl and ioctl system calls
  • 34.10. pipes — Interface to shell pipelines
    • 34.10.1. Template Objects
  • 34.11. resource — Resource usage information
    • 34.11.1. Resource Limits
    • 34.11.2. Resource Usage
  • 34.12. nis — Interface to Sun’s NIS (Yellow Pages)
  • 34.13. syslog — Unix syslog library routines
    • 34.13.1. Examples
      • 34.13.1.1. Simple example

上個主題

33.4. winsound — Sound-playing interface for Windows

下個主題

34.1. posix — The most common POSIX system calls

本頁

  • 顯示原始碼

快速搜尋

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python »
  • 3.3.7 Documentation »
  • 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.