summaryrefslogtreecommitdiff
path: root/devdocs/python~3.12/library%2Funix.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/python~3.12/library%2Funix.html
new repository
Diffstat (limited to 'devdocs/python~3.12/library%2Funix.html')
-rw-r--r--devdocs/python~3.12/library%2Funix.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/devdocs/python~3.12/library%2Funix.html b/devdocs/python~3.12/library%2Funix.html
new file mode 100644
index 00000000..b68eb236
--- /dev/null
+++ b/devdocs/python~3.12/library%2Funix.html
@@ -0,0 +1,12 @@
+ <span id="unix"></span><h1>Unix Specific Services</h1> <p>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:</p> <ul> <li class="toctree-l1">
+<a class="reference internal" href="posix"><code>posix</code> — The most common POSIX system calls</a><ul> <li class="toctree-l2"><a class="reference internal" href="posix#large-file-support">Large File Support</a></li> <li class="toctree-l2"><a class="reference internal" href="posix#notable-module-contents">Notable Module Contents</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="pwd"><code>pwd</code> — The password database</a></li> <li class="toctree-l1"><a class="reference internal" href="grp"><code>grp</code> — The group database</a></li> <li class="toctree-l1">
+<a class="reference internal" href="termios"><code>termios</code> — POSIX style tty control</a><ul> <li class="toctree-l2"><a class="reference internal" href="termios#example">Example</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="tty"><code>tty</code> — Terminal control functions</a></li> <li class="toctree-l1">
+<a class="reference internal" href="pty"><code>pty</code> — Pseudo-terminal utilities</a><ul> <li class="toctree-l2"><a class="reference internal" href="pty#example">Example</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="fcntl"><code>fcntl</code> — The <code>fcntl</code> and <code>ioctl</code> system calls</a></li> <li class="toctree-l1">
+<a class="reference internal" href="resource"><code>resource</code> — Resource usage information</a><ul> <li class="toctree-l2"><a class="reference internal" href="resource#resource-limits">Resource Limits</a></li> <li class="toctree-l2"><a class="reference internal" href="resource#resource-usage">Resource Usage</a></li> </ul> </li> <li class="toctree-l1">
+<a class="reference internal" href="syslog"><code>syslog</code> — Unix syslog library routines</a><ul> <li class="toctree-l2">
+<a class="reference internal" href="syslog#examples">Examples</a><ul> <li class="toctree-l3"><a class="reference internal" href="syslog#simple-example">Simple example</a></li> </ul> </li> </ul> </li> </ul> <div class="_attribution">
+ <p class="_attribution-p">
+ &copy; 2001&ndash;2023 Python Software Foundation<br>Licensed under the PSF License.<br>
+ <a href="https://docs.python.org/3.12/library/unix.html" class="_attribution-link">https://docs.python.org/3.12/library/unix.html</a>
+ </p>
+</div>