POSIXstandard
POSIX, or the Portable Operating System Interface, is a family of standards designed to promote compatibility among operating systems. The standards specify a consistent application programming interface (API), shell command language, and utility interfaces, enabling software to be ported more easily across systems that conform to POSIX. The standards originated in the 1980s as part of an effort to unify UNIX interfaces and are now maintained by The Open Group in collaboration with ISO/IEC. The ISO version is published as ISO/IEC 9945.
POSIX is organized into multiple parts. The core is POSIX.1 (System Interfaces), which defines interfaces for
Adoption and conformance: Most major Unix-like systems implement substantial portions of POSIX, including Linux, macOS, BSD