This document is for an old version of Python that is no longer supported. You should upgrade, and read the Python documentation for the current stable release.

Navigazione

  • indice
  • moduli |
  • successivo |
  • precedente |
  • Python »
  • 3.7.17 Documentation »
  • The Python Standard Library »
  • |

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. Here’s an overview:

  • posix — The most common POSIX system calls
    • Large File Support
    • Notable Module Contents
  • pwd — The password database
  • spwd — The shadow password database
  • grp — The group database
  • crypt — Function to check Unix passwords
    • Hashing Methods
    • Module Attributes
    • Module Functions
    • Examples
  • termios — POSIX style tty control
    • Example
  • tty — Terminal control functions
  • pty — Pseudo-terminal utilities
    • Example
  • fcntl — The fcntl and ioctl system calls
  • pipes — Interface to shell pipelines
    • Template Objects
  • resource — Resource usage information
    • Resource Limits
    • Resource Usage
  • nis — Interface to Sun’s NIS (Yellow Pages)
  • syslog — Unix syslog library routines
    • Examples
      • Simple example

Argomento precedente

winsound — Sound-playing interface for Windows

Argomento successivo

posix — The most common POSIX system calls

Questa pagina

  • Riporta un Bug
  • Mostra sorgente

Navigazione

  • indice
  • moduli |
  • successivo |
  • precedente |
  • Python »
  • 3.7.17 Documentation »
  • The Python Standard Library »
  • |
© Copyright 2001-2023, Python Software Foundation.
La Python Software Foundation è una società senza scopo di lucro. Per favore, fai una donazione.
Ultimo aggiornamento giu 28, 2023. Trovato un bug?
Creato utilizzando Sphinx 2.3.1.