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
syslog.openlog()
  • References/Python/Python/Unix

syslog.openlog([ident[, logoption[, facility]]]) Logging options of subsequent syslog() calls can be set by calling

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

Template.clone() Return a new, equivalent, pipeline template.

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
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
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
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.reset()
  • References/Python/Python/Unix

Template.reset() Restore a pipeline template to its initial state.

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