spwd.getspall() Return a list of all available shadow password database entries, in arbitrary order.
resource.getrlimit(resource) Returns a tuple (soft, hard) with the current soft and hard limits of resource
fcntl.ioctl(fd, request, arg=0, mutate_flag=True) This function is identical to the fcntl() function, except that
Template.append(cmd, kind) Append a new action at the end. The cmd variable must be a valid bourne shell command. The
resource.prlimit(pid, resource[, limits]) Combines setrlimit() and getrlimit() in one function and
crypt.mksalt(method=None) Return a randomly generated salt of the specified method. If no method is given, the strongest
Template.open(file, mode) Return a file-like object, open to file, but read from or written to by the pipeline. Note
fcntl.lockf(fd, cmd, len=0, start=0, whence=0) This is essentially a wrapper around the fcntl() locking calls.
exception resource.error A deprecated alias of
pty.spawn(argv[, master_read[, stdin_read]]) Spawn a process, and connect its controlling terminal with the current process’s
Page 3 of 5