Python logo

上個話題

winsound --- Sound-playing interface for Windows

下個話題

shlex --- Simple lexical analysis

This page

  • 回報臭蟲
  • 顯示來源碼

導航

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python logo
  • Python »
  • 3.14.0rc3 Documentation »
  • The Python Standard Library »
  • Unix-specific services
  • |
  • |

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:

  • shlex --- Simple lexical analysis
    • shlex Objects
    • Parsing Rules
    • Improved Compatibility with Shells
  • posix --- The most common POSIX system calls
    • Large File Support
    • Notable Module Contents
  • pwd --- The password database
  • grp --- The group database
  • termios --- POSIX style tty control
    • Example
  • tty --- Terminal control functions
  • pty --- Pseudo-terminal utilities
    • Example
  • fcntl --- The fcntl and ioctl system calls
  • resource --- Resource usage information
    • Resource Limits
    • Resource Usage
  • syslog --- Unix syslog library routines
    • Examples
      • Simple example

上個話題

winsound --- Sound-playing interface for Windows

下個話題

shlex --- Simple lexical analysis

This page

  • 回報臭蟲
  • 顯示來源碼
«

導航

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python logo
  • Python »
  • 3.14.0rc3 Documentation »
  • The Python Standard Library »
  • Unix-specific services
  • |
  • |
© 版權所有 2001 Python Software Foundation.
此頁面採用 Python 軟體基金會授權條款第 2 版。
文件中的範例、應用技巧與其他程式碼額外採用了 Zero Clause BSD 授權條款。
更多訊息請見歷史與授權條款。

Python 軟體基金會是一家非營利法人。 敬請捐贈。

最後更新於 10月 08, 2025 (08:22 UTC)。 發現 bug?
以 Sphinx8.2.3建立。