POSIX - Portable Operating System Interface POSIX is a set of specifications, referring to the [IEEE] 1003 family of standards. POSIX is a trademark of the IEEE. The term POSIX.''n'' is used to refer to IEEE Std. 1003.''n'' in its latest revision. When the term ''POSIX'' is used without a suffix, it almost always refers to the POSIX.1 standard. The POSIX.1 standard is composed of four parts: * Part 1: Base Definitions * Part 2: System Interfaces * Part 3: Shell and Utilities * Part 4: Rationale The POSIX.1 standard is also known as the ''Single Unix Specification'' (SUS), which is maintained by the Open Group. Today, "UNIX", "POSIX.1", the "Single Unix Specification", "IEEE Std. 1003.1" and "ISO/IEC 9945" all refer to the same document. Useful links: * http://www.unix.org/version3/ - the POSIX.1 specification. * http://www.opengroup.org/austin/papers/posix_faq.html - POSIX.1 FAQ * http://www.opengroup.org/austin/papers/single_unix_faq.html - Single Unix Specification FAQ * http://www.opengroup.org/austin/ - The "Austin Group"; the working group responsible for the development and maintenance of POSIX.1. ----- [Category Acronym]