resource.getpagesize()
  • References/Python/Python/Unix

resource.getpagesize() Returns the number of bytes in a system page. (This need not be the same as the hardware page size.)

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

pwd.getpwall() Return a list of all available password database entries, in arbitrary order.

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

pwd.getpwnam(name) Return the password database entry for the given user name.

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

nis.cat(mapname, domain=default_domain) Return a dictionary mapping key to value such that match(key

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

nis.match(key, mapname, domain=default_domain) Return the match for key in map mapname, or raise an error

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

Template.copy(infile, outfile) Copy infile to outfile through the pipe.

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

pty.fork() Fork. Connect the child’s controlling terminal to a pseudo-terminal. Return value is (pid, fd). Note

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

fcntl.flock(fd, operation) Perform the lock operation operation on file descriptor fd (file objects providing

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

termios.tcflow(fd, action) Suspend or resume input or output on file descriptor fd. The action argument can

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

termios.tcgetattr(fd) Return a list containing the tty attributes for file descriptor fd, as follows: [iflag

2025-01-10 15:47:30