resource.getpagesize() Returns the number of bytes in a system page. (This need not be the same as the hardware page size.)
Template.copy(infile, outfile) Copy infile to outfile through the pipe.
termios.tcflow(fd, action) Suspend or resume input or output on file descriptor fd. The action argument can
pwd.getpwall() Return a list of all available password database entries, in arbitrary order.
termios.tcgetattr(fd) Return a list containing the tty attributes for file descriptor fd, as follows: [iflag
fcntl.flock(fd, operation) Perform the lock operation operation on file descriptor fd (file objects providing
nis.match(key, mapname, domain=default_domain) Return the match for key in map mapname, or raise an error
nis.cat(mapname, domain=default_domain) Return a dictionary mapping key to value such that match(key
pty.fork() Fork. Connect the child’s controlling terminal to a pseudo-terminal. Return value is (pid, fd). Note
pwd.getpwnam(name) Return the password database entry for the given user name.
Page 4 of 5