'''[http://pubs.opengroup.org/onlinepubs/9699919799/%|%POSIX]''' , or '''Portable Operating System Interface''', provides a standard definition of a [Unix]-like system. ** See Also ** [TclX]: Provides Tcl commands that expose the functionality of parts of the Posix API. [TUAPI]: Provides a thin wrapper over parts of the Posix API. ** Features ** [https://wiki.tcl-lang.org/page/Init+system?R=0%|%init]: The process that has the identifier `1`, and is the parent of all other processes. ** Description ** 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. <> Glossary | Unix