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