Logo

上個主題

winsound --- Sound-playing interface for Windows

下個主題

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

此頁面

  • 回報錯誤
  • 顯示原始碼

瀏覽

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

Unix 特有服務¶

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

  • posix --- 最常見的 POSIX 系統呼叫
    • 對大檔案 (Large File) 的支援
    • 值得注意的模組內容
      • environ
  • pwd --- 密碼資料庫
    • getpwuid()
    • getpwnam()
    • getpwall()
  • grp --- The group database
    • getgrgid()
    • getgrnam()
    • getgrall()
  • termios --- POSIX style tty control
    • tcgetattr()
    • tcsetattr()
    • TCSANOW
    • TCSADRAIN
    • TCSAFLUSH
    • tcsendbreak()
    • tcdrain()
    • tcflush()
    • tcflow()
    • tcgetwinsize()
    • tcsetwinsize()
    • 範例
  • tty --- 終端機控制函式
    • cfmakeraw()
    • cfmakecbreak()
    • setraw()
    • setcbreak()
  • pty --- Pseudo-terminal utilities
    • fork()
    • openpty()
    • spawn()
    • 範例
  • fcntl --- The fcntl and ioctl system calls
    • fcntl()
    • ioctl()
    • flock()
    • lockf()
  • resource --- Resource usage information
    • error
    • Resource Limits
      • RLIM_INFINITY
      • getrlimit()
      • setrlimit()
      • prlimit()
      • RLIMIT_CORE
      • RLIMIT_CPU
      • RLIMIT_FSIZE
      • RLIMIT_DATA
      • RLIMIT_STACK
      • RLIMIT_RSS
      • RLIMIT_NPROC
      • RLIMIT_NOFILE
      • RLIMIT_OFILE
      • RLIMIT_MEMLOCK
      • RLIMIT_VMEM
      • RLIMIT_AS
      • RLIMIT_MSGQUEUE
      • RLIMIT_NICE
      • RLIMIT_RTPRIO
      • RLIMIT_RTTIME
      • RLIMIT_SIGPENDING
      • RLIMIT_SBSIZE
      • RLIMIT_SWAP
      • RLIMIT_NPTS
      • RLIMIT_KQUEUES
    • Resource Usage
      • getrusage()
      • getpagesize()
      • RUSAGE_SELF
      • RUSAGE_CHILDREN
      • RUSAGE_BOTH
      • RUSAGE_THREAD
  • syslog --- Unix syslog library routines
    • syslog()
    • openlog()
    • closelog()
    • setlogmask()
    • 範例
      • 簡單範例

上個主題

winsound --- Sound-playing interface for Windows

下個主題

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

此頁面

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

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • python logo
  • Python »
  • 3.12.1 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • 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.

最後更新於 Jan 04, 2024 (08:45 UTC)。 Found a bug?
使用 Sphinx 7.2.6 建立。