posix
posix — The most common POSIX system calls
This module provides access to operating system functionality that is standardized by the C Standard and the POSIX standard (a thinly disguised Unix interface).
Do not import this module directly. Instead, import the module os
, which provides a portable version of this interface. On Unix, the os
module provides a superset of the posix
interface. On non-Unix operating