ASPN ActiveState Programmer Network
  ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups | Web Services
SEARCH
advanced | search help

Reference
ActivePython 2.4
Python Documentation
Library Reference
Front Matter
Contents
1. Introduction
2. Built-In Objects
3. Python Runtime Services
4. String Services
5. Miscellaneous Services
6. Generic Operating System Services
7. Optional Operating System Services
8. Unix Specific Services
8.1 posix -- The most common POSIX system calls
8.2 pwd -- The password database
8.3 grp -- The group database
8.4 crypt -- Function to check Unix passwords
8.5 dl -- Call C functions in shared objects
8.6 dbm -- Simple ``database'' interface
8.7 gdbm -- GNU's reinterpretation of dbm
8.8 termios -- POSIX style tty control
8.9 tty -- Terminal control functions
8.10 pty -- Pseudo-terminal utilities
8.11 fcntl -- The fcntl() and ioctl() system calls
8.12 pipes -- Interface to shell pipelines
8.13 posixfile -- File-like objects with locking support
8.14 resource -- Resource usage information
8.15 nis -- Interface to Sun's NIS (Yellow Pages)
8.16 syslog -- Unix syslog library routines
8.17 commands -- Utilities for running commands
9. The Python Debugger
10. The Python Profiler
11. Internet Protocols and Support
12. Internet Data Handling
13. Structured Markup Processing Tools
14. Multimedia Services
15. Cryptographic Services
16. Graphical User Interfaces with Tk
17. Restricted Execution
18. Python Language Services
19. Python compiler package
20. SGI IRIX Specific Services
21. SunOS Specific Services
22. MS Windows Specific Services
A. Undocumented Modules
B. Reporting Bugs
C. History and License
Module Index
Index
About this document ...

MyASPN >> Reference >> ActivePython 2.4 >> Python Documentation >> Library Reference
ActivePython 2.4 documentation


8. 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 (normally used via module os).
pwd   The password database (getpwnam() and friends).
grp   The group database (getgrnam() and friends).
crypt   The crypt() function used to check Unix passwords.
dl   Call C functions in shared objects.
dbm   The standard ``database'' interface, based on ndbm.
gdbm   GNU's reinterpretation of dbm.
termios   POSIX style tty control.
tty   Utility functions that perform common terminal control operations.
pty   Pseudo-Terminal Handling for SGI and Linux.
fcntl   The fcntl() and ioctl() system calls.
pipes   A Python interface to Unix shell pipelines.
posixfile   A file-like object with support for locking.
resource   An interface to provide resource usage information on the current process.
nis   Interface to Sun's NIS (Yellow Pages) library.
syslog   An interface to the Unix syslog library routines.
commands   Utility functions for running external commands.

See About this document... for information on suggesting changes.

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState 2004 All rights reserved