Logo

上個主題

winsound —— Windows 系统的音频播放接口

下個主題

posix --- 最常见的 POSIX 系统调用

此頁面

  • 回報錯誤
  • 顯示原始碼

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • python logo
  • Python »
  • 3.11.2 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • Unix 特有服務
  • |

Unix 特有服務¶

此章節所描述的模組 (module) 提供了針對 Unix 作業系統獨有特性的介面,或在某些情況下可用於其他 Unix 變形版本。以下為概述:

  • posix --- 最常见的 POSIX 系统调用
    • 大文件支持
    • 重要的模块内容
  • pwd --- 用户密码数据库
  • grp --- 组数据库
  • termios --- POSIX 风格的 tty 控制
    • 範例
  • tty --- 終端機控制函式
  • pty --- 伪终端工具
    • 範例
  • fcntl —— 系统调用 fcntl 和 ioctl
  • resource --- 资源使用信息
    • 资源限制
    • 资源用量
  • Unix syslog 库例程
    • 範例
      • 簡單範例

上個主題

winsound —— Windows 系统的音频播放接口

下個主題

posix --- 最常见的 POSIX 系统调用

此頁面

  • 回報錯誤
  • 顯示原始碼

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • python logo
  • Python »
  • 3.11.2 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • Unix 特有服務
  • |
© 版權 2001-2023, 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.

最後更新於 3月 29, 2023。 Found a bug?
使用 Sphinx 4.5.0 建立。