Differences between revisions 1 and 2
Revision 1 as of 2004-05-20 22:17:37
Size: 1379
Editor: 12
Comment:
Revision 2 as of 2008-11-15 13:59:41
Size: 1397
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[:../:PythonLibraryReference] [[../|PythonLibraryReference]]
Line 5: Line 5:
8.1 [:/PosixModule:posix] -- The most common POSIX system calls 8.1 [[/PosixModule|posix]] -- The most common POSIX system calls
Line 10: Line 10:
8.2 [:/PwdModule:pwd] -- The password database 8.2 [[/PwdModule|pwd]] -- The password database
Line 12: Line 12:
8.3 [:/GrpModule:grp] -- The group database 8.3 [[/GrpModule|grp]] -- The group database
Line 14: Line 14:
8.4 [:/CryptModule:crypt] -- Function to check Unix passwords 8.4 [[/CryptModule|crypt]] -- Function to check Unix passwords
Line 19: Line 19:
8.6 [:/DbmModule:dbm] -- Simple database interface 8.6 [[/DbmModule|dbm]] -- Simple database interface
Line 21: Line 21:
8.7 [:/GdbmModule:gdbm] -- GNU's reinterpretation of dbm 8.7 [[/GdbmModule|gdbm]] -- GNU's reinterpretation of dbm
Line 23: Line 23:
8.8 [:/TermiosModule:termios] -- POSIX style tty control 8.8 [[/TermiosModule|termios]] -- POSIX style tty control
Line 27: Line 27:
8.9 [:/TermiosConstantsModule:TERMIOS] -- Constants used with the termios module 8.9 [[/TermiosConstantsModule|TERMIOS]] -- Constants used with the termios module
Line 29: Line 29:
8.10 [:/TtyModule:tty] -- Terminal control functions 8.10 [[/TtyModule|tty]] -- Terminal control functions
Line 31: Line 31:
8.11 [:/PtyModule:pty] -- Pseudo-terminal utilities 8.11 [[/PtyModule|pty]] -- Pseudo-terminal utilities
Line 33: Line 33:
8.12 [:/FcntlModule:fcntl] -- The fcntl() and ioctl() system calls 8.12 [[/FcntlModule|fcntl]] -- The fcntl() and ioctl() system calls
Line 35: Line 35:
8.13 [:/PipesModule:pipes] -- Interface to shell pipelines 8.13 [[/PipesModule|pipes]] -- Interface to shell pipelines
Line 39: Line 39:
8.14 [:/PosixfileModule:posixfile] -- File-like objects with locking support 8.14 [[/PosixfileModule|posixfile]] -- File-like objects with locking support
Line 41: Line 41:
8.15 [:/ResourceModule:resource] -- Resource usage information 8.15 [[/ResourceModule|resource]] -- Resource usage information
Line 46: Line 46:
8.16 [:/NisModule:nis] -- Interface to Sun's NIS (Yellow Pages) 8.16 [[/NisModule|nis]] -- Interface to Sun's NIS (Yellow Pages)
Line 48: Line 48:
8.17 [:/SyslogModule:syslog] -- Unix syslog library routines 8.17 [[/SyslogModule|syslog]] -- Unix syslog library routines
Line 50: Line 50:
8.18 [:/CommandsModule:commands] -- Utilities for running commands 8.18 [[/CommandsModule|commands]] -- Utilities for running commands

PythonLibraryReference

Unix Specific Services

8.1 posix -- The most common POSIX system calls

8.1.1 Large File Support 8.1.2 Module Contents

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.5.1 Dl Objects

8.6 dbm -- Simple database interface

8.7 gdbm -- GNU's reinterpretation of dbm

8.8 termios -- POSIX style tty control

8.8.1 Example

8.9 TERMIOS -- Constants used with the termios module

8.10 tty -- Terminal control functions

8.11 pty -- Pseudo-terminal utilities

8.12 fcntl -- The fcntl() and ioctl() system calls

8.13 pipes -- Interface to shell pipelines

8.13.1 Template Objects

8.14 posixfile -- File-like objects with locking support

8.15 resource -- Resource usage information

8.15.1 Resource Limits 8.15.2 Resource Usage

8.16 nis -- Interface to Sun's NIS (Yellow Pages)

8.17 syslog -- Unix syslog library routines

8.18 commands -- Utilities for running commands


CategoryDocumentation

PythonLibraryReference/UnixSpecificServices (last edited 2008-11-15 13:59:41 by localhost)

Unable to edit the page? See the FrontPage for instructions.