Python logo

上一主题

winsound --- Sound-playing interface for Windows

下一主题

shlex --- Simple lexical analysis

This page

  • Report a bug
  • Show source

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • 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:

  • 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

  • Report a bug
  • Show source
«

导航

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

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

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