Python logo

上個主題

winsound --- Windows 的聲音播放介面

下個主題

posix --- 最常見的 POSIX 系統呼叫

此頁面

  • 回報錯誤
  • 顯示原始碼

瀏覽

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

Unix 特有服務¶

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

  • posix --- 最常見的 POSIX 系統呼叫
    • 對大檔案 (Large File) 的支援
    • 值得注意的模組內容
  • pwd --- 密碼資料庫
  • grp --- 群組資料庫
  • termios --- POSIX 風格 tty 控制
    • 範例
  • tty --- 終端機控制函式
  • pty --- 偽終端工具
    • 範例
  • fcntl --- fcntl 和 ioctl 系統呼叫
  • resource --- 資源使用資訊
    • Resource Limits
    • Resource Usage
  • syslog --- Unix syslog 函式庫例程
    • 範例
      • 簡單範例

上個主題

winsound --- Windows 的聲音播放介面

下個主題

posix --- 最常見的 POSIX 系統呼叫

此頁面

  • 回報錯誤
  • 顯示原始碼
«

瀏覽

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

最後更新於 5月 14, 2025 (22:41 UTC)。 Found a bug?
使用 Sphinx 8.2.3 建立。