[ Web Proxy ]
URL:
Viewing: https://docs.python.org/3/reference/../c-api/../tutorial/../using/../library/unix.html [Back]  [Original]

Unix-specific services — Python 3.14.7 documentation
Python logo [Python logo]
Quick search:
Theme Auto Light Dark

Previous topic

winsound Sound-playing interface for Windows

Next topic

shlex Simple lexical analysis

This page

  • Report a bug
  • Improve this page
  • Show source

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python logo [Python logo]
  • Python »
  • 3.14.7 Documentation »
  • The Python Standard Library »
  • Unix-specific services
  • Quick search:
    |
  • Theme Auto Light Dark |

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. Heres 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

Previous topic

winsound Sound-playing interface for Windows

Next topic

shlex Simple lexical analysis

This page

  • Report a bug
  • Improve this page
  • Show source

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python logo [Python logo]
  • Python »
  • 3.14.7 Documentation »
  • The Python Standard Library »
  • Unix-specific services
  • Quick search:
    |
  • Theme Auto Light Dark |
© Copyright 2001 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.

Last updated on Aug 20, 2026 (16:47 UTC). Found a bug?
Created using Sphinx 8.2.3.

Web Proxy Viewer  |  New URL  |  Original Page