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