POSIXs
POSIX stands for the Portable Operating System Interface. It is a family of standards specified by the IEEE Computer Society for maintaining compatibility between operating systems. POSIX defines the application programming interface (API), along with callable services, utility programs and file format, for software development. The primary goal of POSIX is to promote portability of applications across different operating systems.
The POSIX standards are based on UNIX. While POSIX is not a specification of UNIX itself, it
Key aspects defined by POSIX include file system structure, process management, inter-process communication, and the C