Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v9 / html / python / lib / unix.html
CommitLineData
920dae64
AT
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<link rel="STYLESHEET" href="lib.css" type='text/css' />
5<link rel="SHORTCUT ICON" href="../icons/pyfav.png" type="image/png" />
6<link rel='start' href='../index.html' title='Python Documentation Index' />
7<link rel="first" href="lib.html" title='Python Library Reference' />
8<link rel='contents' href='contents.html' title="Contents" />
9<link rel='index' href='genindex.html' title='Index' />
10<link rel='last' href='about.html' title='About this document...' />
11<link rel='help' href='about.html' title='About this document...' />
12<link rel="next" href="module-pdb.html" />
13<link rel="prev" href="someos.html" />
14<link rel="parent" href="lib.html" />
15<link rel="next" href="module-posix.html" />
16<meta name='aesop' content='information' />
17<title>8. Unix Specific Services</title>
18</head>
19<body>
20<DIV CLASS="navigation">
21<div id='top-navigation-panel' xml:id='top-navigation-panel'>
22<table align="center" width="100%" cellpadding="0" cellspacing="2">
23<tr>
24<td class='online-navigation'><a rel="prev" title="7.21.1 Completer Objects"
25 href="completer-objects.html"><img src='../icons/previous.png'
26 border='0' height='32' alt='Previous Page' width='32' /></A></td>
27<td class='online-navigation'><a rel="parent" title="Python Library Reference"
28 href="lib.html"><img src='../icons/up.png'
29 border='0' height='32' alt='Up One Level' width='32' /></A></td>
30<td class='online-navigation'><a rel="next" title="8.1 posix "
31 href="module-posix.html"><img src='../icons/next.png'
32 border='0' height='32' alt='Next Page' width='32' /></A></td>
33<td align="center" width="100%">Python Library Reference</td>
34<td class='online-navigation'><a rel="contents" title="Table of Contents"
35 href="contents.html"><img src='../icons/contents.png'
36 border='0' height='32' alt='Contents' width='32' /></A></td>
37<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
38 border='0' height='32' alt='Module Index' width='32' /></a></td>
39<td class='online-navigation'><a rel="index" title="Index"
40 href="genindex.html"><img src='../icons/index.png'
41 border='0' height='32' alt='Index' width='32' /></A></td>
42</tr></table>
43<div class='online-navigation'>
44<b class="navlabel">Previous:</b>
45<a class="sectref" rel="prev" href="completer-objects.html">7.21.1 Completer Objects</A>
46<b class="navlabel">Up:</b>
47<a class="sectref" rel="parent" href="lib.html">Python Library Reference</A>
48<b class="navlabel">Next:</b>
49<a class="sectref" rel="next" href="module-posix.html">8.1 posix </A>
50</div>
51<hr /></div>
52</DIV>
53<!--End of Navigation Panel-->
54
55<H1><A NAME="SECTION0010000000000000000000"></A>
56<A NAME="unix"></A>
57<BR>
588. Unix Specific Services
59</H1>
60
61<P>
62The modules described in this chapter provide interfaces to features
63that are unique to the <span class="Unix">Unix</span> operating system, or in some cases to
64some or many variants of it. Here's an overview:
65
66<P>
67<table class='synopsistable' valign='baseline'>
68 <tr class='oddrow'>
69 <td><b><tt class='module'><a href='module-posix.html'>posix</a></tt></b></td>
70 <td>&nbsp;</td>
71 <td class='synopsis'>The most common POSIX system calls (normally used
72 via module <tt class="module"><a href="module-os.html">os</a></tt>).</td></tr>
73 <tr><td><b><tt class='module'><a href='module-pwd.html'>pwd</a></tt></b></td>
74 <td>&nbsp;</td>
75 <td class='synopsis'>The password database (<tt class="function">getpwnam()</tt> and friends).</td></tr>
76 <tr class='oddrow'>
77 <td><b><tt class='module'><a href='module-grp.html'>grp</a></tt></b></td>
78 <td>&nbsp;</td>
79 <td class='synopsis'>The group database (<tt class="function">getgrnam()</tt> and friends).</td></tr>
80 <tr><td><b><tt class='module'><a href='module-crypt.html'>crypt</a></tt></b></td>
81 <td>&nbsp;</td>
82 <td class='synopsis'>The <tt class="cfunction">crypt()</tt> function used to check
83 <span class="Unix">Unix</span> passwords.</td></tr>
84 <tr class='oddrow'>
85 <td><b><tt class='module'><a href='module-dl.html'>dl</a></tt></b></td>
86 <td>&nbsp;</td>
87 <td class='synopsis'>Call C functions in shared objects.</td></tr>
88 <tr><td><b><tt class='module'><a href='module-dbm.html'>dbm</a></tt></b></td>
89 <td>&nbsp;</td>
90 <td class='synopsis'>The standard ``database'' interface, based on ndbm.</td></tr>
91 <tr class='oddrow'>
92 <td><b><tt class='module'><a href='module-gdbm.html'>gdbm</a></tt></b></td>
93 <td>&nbsp;</td>
94 <td class='synopsis'>GNU's reinterpretation of dbm.</td></tr>
95 <tr><td><b><tt class='module'><a href='module-termios.html'>termios</a></tt></b></td>
96 <td>&nbsp;</td>
97 <td class='synopsis'>POSIX style tty control.</td></tr>
98 <tr class='oddrow'>
99 <td><b><tt class='module'><a href='module-tty.html'>tty</a></tt></b></td>
100 <td>&nbsp;</td>
101 <td class='synopsis'>Utility functions that perform common terminal control
102 operations.</td></tr>
103 <tr><td><b><tt class='module'><a href='module-pty.html'>pty</a></tt></b></td>
104 <td>&nbsp;</td>
105 <td class='synopsis'>Pseudo-Terminal Handling for SGI and Linux.</td></tr>
106 <tr class='oddrow'>
107 <td><b><tt class='module'><a href='module-fcntl.html'>fcntl</a></tt></b></td>
108 <td>&nbsp;</td>
109 <td class='synopsis'>The <tt class="function">fcntl()</tt> and <tt class="function">ioctl()</tt> system calls.</td></tr>
110 <tr><td><b><tt class='module'><a href='module-pipes.html'>pipes</a></tt></b></td>
111 <td>&nbsp;</td>
112 <td class='synopsis'>A Python interface to <span class="Unix">Unix</span> shell pipelines.</td></tr>
113 <tr class='oddrow'>
114 <td><b><tt class='module'><a href='module-posixfile.html'>posixfile</a></tt></b></td>
115 <td>&nbsp;</td>
116 <td class='synopsis'>A file-like object with support for locking.</td></tr>
117 <tr><td><b><tt class='module'><a href='module-resource.html'>resource</a></tt></b></td>
118 <td>&nbsp;</td>
119 <td class='synopsis'>An interface to provide resource usage information on
120 the current process.</td></tr>
121 <tr class='oddrow'>
122 <td><b><tt class='module'><a href='module-nis.html'>nis</a></tt></b></td>
123 <td>&nbsp;</td>
124 <td class='synopsis'>Interface to Sun's NIS (Yellow Pages) library.</td></tr>
125 <tr><td><b><tt class='module'><a href='module-syslog.html'>syslog</a></tt></b></td>
126 <td>&nbsp;</td>
127 <td class='synopsis'>An interface to the <span class="Unix">Unix</span> syslog library routines.</td></tr>
128 <tr class='oddrow'>
129 <td><b><tt class='module'><a href='module-commands.html'>commands</a></tt></b></td>
130 <td>&nbsp;</td>
131 <td class='synopsis'>Utility functions for running external commands.</td></tr>
132</table>
133
134<BR>
135<DIV CLASS="navigation">
136<div class='online-navigation'>
137<p></p><hr />
138<table align="center" width="100%" cellpadding="0" cellspacing="2">
139<tr>
140<td class='online-navigation'><a rel="prev" title="7.21.1 Completer Objects"
141 href="completer-objects.html"><img src='../icons/previous.png'
142 border='0' height='32' alt='Previous Page' width='32' /></A></td>
143<td class='online-navigation'><a rel="parent" title="Python Library Reference"
144 href="lib.html"><img src='../icons/up.png'
145 border='0' height='32' alt='Up One Level' width='32' /></A></td>
146<td class='online-navigation'><a rel="next" title="8.1 posix "
147 href="module-posix.html"><img src='../icons/next.png'
148 border='0' height='32' alt='Next Page' width='32' /></A></td>
149<td align="center" width="100%">Python Library Reference</td>
150<td class='online-navigation'><a rel="contents" title="Table of Contents"
151 href="contents.html"><img src='../icons/contents.png'
152 border='0' height='32' alt='Contents' width='32' /></A></td>
153<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
154 border='0' height='32' alt='Module Index' width='32' /></a></td>
155<td class='online-navigation'><a rel="index" title="Index"
156 href="genindex.html"><img src='../icons/index.png'
157 border='0' height='32' alt='Index' width='32' /></A></td>
158</tr></table>
159<div class='online-navigation'>
160<b class="navlabel">Previous:</b>
161<a class="sectref" rel="prev" href="completer-objects.html">7.21.1 Completer Objects</A>
162<b class="navlabel">Up:</b>
163<a class="sectref" rel="parent" href="lib.html">Python Library Reference</A>
164<b class="navlabel">Next:</b>
165<a class="sectref" rel="next" href="module-posix.html">8.1 posix </A>
166</div>
167</div>
168<hr />
169<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
170</DIV>
171<!--End of Navigation Panel-->
172<ADDRESS>
173See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
174</ADDRESS>
175</BODY>
176</HTML>