Python logo

上一主题

winsound --- Sound-playing interface for Windows

下一主题

posix --- The most common POSIX system calls

本页

  • Report a Bug
  • 显示源代码

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python logo
  • Python »
  • 3.12.11 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

本页

  • Report a Bug
  • 显示源代码
«

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python logo
  • Python »
  • 3.12.11 Documentation »
  • The Python Standard Library »
  • Unix Specific Services
  • |
  • |
© 版权 2001-2025, Python Software Foundation.
本页面采用 Python 软件基金会许可证第 2 版授权。
文档中的示例、代码片段及其他代码内容额外采用零条款 BSD 许可证授权。
更多信息请参阅《 历史与许可 》。

Python 软件基金会是一家非营利性公司。 请进行捐赠。

最后更新于10月 08, 2025 (08:20 UTC) 。 发现了错误?
使用Sphinx 8.2.3 创建。