1 \chapter{UNIX Specific Services
}
3 The modules described in this chapter provide interfaces to features
4 that are unique to the
\UNIX{} operating system, or in some cases to
5 some or many variants of it. Here's an overview:
10 --- The most common Posix system calls (normally used via module
\code{os
}).
13 --- Common Posix pathname manipulations (normally used via
\code{os.path
}).
16 --- The password database (
\code{getpwnam()
} and friends).
19 --- The group database (
\code{getgrnam()
} and friends).
22 --- The (
\code{crypt()
} function used to check Unix passwords).
25 --- The standard ``database'' interface, based on
\code{ndbm
}.
28 --- GNU's reinterpretation of dbm.
31 --- Posix style tty control.
34 --- The
\code{fcntl()
} and
\code{ioctl()
} system calls.
37 --- A file-like object with support for locking.