Python logo

上一主题

winsound --- Sound-playing interface for Windows

下一主题

posix --- The most common POSIX system calls

当前页

  • 报告 Bug
  • 显示源码

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python logo
  • Python »
  • 3.12.3 Documentation »
  • Python 标准库 »
  • Unix 专有服务
  • |
  • |

Unix 专有服务¶

本章描述的模块提供了 Unix 操作系统独有特性的接口,在某些情况下也适用于它的某些或许多衍生版。 以下为模块概览:

  • posix --- The most common POSIX system calls
    • 大文件支持
    • 重要的模块内容
  • pwd --- The password database
  • grp --- The group database
  • termios --- POSIX style tty control
    • 示例
  • tty --- Terminal control functions
  • pty --- Pseudo-terminal utilities
    • 示例
  • fcntl --- The fcntl and ioctl system calls
  • resource --- Resource usage information
    • 资源限制
    • 资源用量
  • syslog --- Unix syslog library routines
    • 例子
      • 简单示例

上一主题

winsound --- Sound-playing interface for Windows

下一主题

posix --- The most common POSIX system calls

当前页

  • 报告 Bug
  • 显示源码
«

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python logo
  • Python »
  • 3.12.3 Documentation »
  • Python 标准库 »
  • Unix 专有服务
  • |
  • |
© 版权所有 2001-2024, 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.

最后更新于 May 16, 2024 (20:10 UTC). Found a bug?
由 Sphinx 7.3.7创建。