blob: 7cb54c2d38c86627a9cfe6bbc41e80781dd29072 [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001
2.. _unix:
3
4**********************
5Unix Specific Services
6**********************
7
8The modules described in this chapter provide interfaces to features that are
9unique to the Unix operating system, or in some cases to some or many variants
10of it. Here's an overview:
11
12
13.. toctree::
14
15 posix.rst
16 pwd.rst
17 spwd.rst
18 grp.rst
19 crypt.rst
Georg Brandl116aa622007-08-15 14:28:22 +000020 termios.rst
21 tty.rst
22 pty.rst
23 fcntl.rst
24 pipes.rst
25 resource.rst
26 nis.rst
27 syslog.rst