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 pwd
— The password databasespwd
— The shadow password databasegrp
— The group database-
crypt
— Function to check Unix passwords -
termios
— POSIX style tty control tty
— Terminal control functions-
pty
— Pseudo-terminal utilities fcntl
— Thefcntl
andioctl
system calls-
pipes
— Interface to shell pipelines -
resource
— Resource usage information nis
— Interface to Sun’s NIS (Yellow Pages)-
syslog
— Unix syslog library routines
© 2001–2021 Python Software Foundation
Licensed under the PSF License.
https://docs.python.org/3.10/library/unix.html