posix.environ
  • References/Python/Python/Unix

posix.environ A dictionary representing the string environment at the time the interpreter was started. Keys and values are

2025-01-10 15:47:30
pwd.getpwuid()
  • References/Python/Python/Unix

pwd.getpwuid(uid) Return the password database entry for the given numeric user ID.

2025-01-10 15:47:30
resource.setrlimit()
  • References/Python/Python/Unix

resource.setrlimit(resource, limits) Sets new limits of consumption of resource. The limits argument must

2025-01-10 15:47:30
spwd.getspnam()
  • References/Python/Python/Unix

spwd.getspnam(name) Return the shadow password database entry for the given user name.

2025-01-10 15:47:30
grp.getgrgid()
  • References/Python/Python/Unix

grp.getgrgid(gid) Return the group database entry for the given numeric group ID.

2025-01-10 15:47:30
fcntl.fcntl()
  • References/Python/Python/Unix

fcntl.fcntl(fd, cmd, arg=0) Perform the operation cmd on file descriptor fd (file objects providing a

2025-01-10 15:47:30
crypt.crypt()
  • References/Python/Python/Unix

crypt.crypt(word, salt=None) word will usually be a user’s password as typed at a prompt or in a graphical interface

2025-01-10 15:47:30
pipes.Template.prepend()
  • References/Python/Python/Unix

Template.prepend(cmd, kind) Add a new action at the beginning. See append() for explanations of the arguments.

2025-01-10 15:47:30
spwd.getspall()
  • References/Python/Python/Unix

spwd.getspall() Return a list of all available shadow password database entries, in arbitrary order.

2025-01-10 15:47:30
pipes.Template.append()
  • References/Python/Python/Unix

Template.append(cmd, kind) Append a new action at the end. The cmd variable must be a valid bourne shell command. The

2025-01-10 15:47:30