grp.getgrnam()
  • References/Python/Python/Unix

grp.getgrnam(name) Return the group database entry for the given group name.

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

fcntl.ioctl(fd, request, arg=0, mutate_flag=True) This function is identical to the fcntl() function, except that

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

resource.prlimit(pid, resource[, limits]) Combines setrlimit() and getrlimit() in one function and

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

fcntl.lockf(fd, cmd, len=0, start=0, whence=0) This is essentially a wrapper around the fcntl() locking calls.

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

crypt.mksalt(method=None) Return a randomly generated salt of the specified method. If no method is given, the strongest

2025-01-10 15:47:30
resource.error
  • References/Python/Python/Unix

exception resource.error A deprecated alias of

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

Template.open(file, mode) Return a file-like object, open to file, but read from or written to by the pipeline. Note

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

pty.spawn(argv[, master_read[, stdin_read]]) Spawn a process, and connect its controlling terminal with the current process’s

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

resource.getrlimit(resource) Returns a tuple (soft, hard) with the current soft and hard limits of resource

2025-01-10 15:47:30