Logo

Previous topic上一个主题

winsound — Sound-playing interface for Windows

Next topic下一个主题

posix — The most common POSIX system calls

Navigation导航

  • index索引
  • modules模块 |
  • next下一主题 |
  • previous上一主题 |
  • python logo
  • Python »
  • 3.10.4 Documentation文档 »
  • The Python Standard LibraryPython标准库 »
  • Unix Specific Services
  • |

Unix Specific ServicesUnix特定服务¶

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. 本章中描述的模块提供了Unix操作系统特有功能的接口,或者在某些情况下提供了某些或多种变体的接口。Here’s an overview:以下是概述:

  • posix — The most common POSIX system calls最常见的POSIX系统调用
    • Large File Support大型文件支持
    • Notable Module Contents值得注意的模块内容
  • pwd — The password database密码数据库
  • grp — The group database组数据库
  • termios — POSIX style tty controlPOSIX风格tty控件
    • Example
  • tty — Terminal control functions终端控制功能
  • pty — Pseudo-terminal utilities伪终端实用程序
    • Example
  • fcntl — The fcntl and ioctl system callsfcntl和ioctl系统调用
  • resource — Resource usage information资源使用信息
    • Resource Limits资源限制
    • Resource Usage资源使用情况
  • syslog — Unix syslog library routinesUnix syslog库例程
    • Examples示例
      • Simple example简单示例

Previous topic上一个主题

winsound — Sound-playing interface for Windows

Next topic下一个主题

posix — The most common POSIX system calls