Python logo

上個話題

winsound --- Sound-playing interface for Windows

下個話題

posix --- The most common POSIX system calls

This page

  • 回報臭蟲
  • 顯示來源碼

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python logo
  • Python »
  • 3.15.0a0 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:

  • 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

下個話題

posix --- The most common POSIX system calls

This page

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

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python logo
  • Python »
  • 3.15.0a0 Documentation »
  • The Python Standard Library »
  • Unix Specific Services
  • |
  • |
© 版權所有 2001 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月 12, 2025 (07:50 UTC)。 Found a bug?
使用 Sphinx 8.2.3 建立。