IEEE 1003.1-2017 - IEEE Standard for Information Technology--Portable Operating System Interface (POSIX(R)) Base Specifications

return to the IEEE Standards

Table 1: Data sheet for IEEE Standard for Information Technology–Portable Operating System Interface
Title IEEE Standard for Information Technology–Portable Operating System Interface
Acronym POSIX
Version 2017
Document Number IEEE 1003.1-2017
Approved Date 2017-12-06
Published Date 2018-01-31
Reference https://standards.ieee.org/standard/1003_1-2017.html
http://pubs.opengroup.org/onlinepubs/9699919799/toc.htm
Note: The following is an excerpt from the official IEEE catalog. It is provided here as a convenience and is not authoritative. Refer to the original document as the authoritative reference.

Standard Details

POSIX.1-2017 defines a standard operating system interface and environment, including a command interpreter (or “shell”), and common utility programs to support applications portability at the source code level. It is intended to be used by both application developers and system implementors.
POSIX.1-2017 comprises four major components (each in an associated volume):
  1. General terms, concepts, and interfaces common to all volumes of POSIX.1-2017, including utility conventions and C-language header definitions, are included in the Base Definitions volume of POSIX.1-2017.
  2. Definitions for system service functions and subroutines, language-specific system services for the C programming language, function issues, including portability, error handling, and error recovery, are included in the System Interfaces volume of POSIX.1-2017.
  3. Definitions for a standard source code-level interface to command interpretation services (a “shell”) and common utility programs for application programs are included in the Shell and Utilities volume of POSIX.1-2017.
  4. Extended rationale that did not fit well into the rest of the document structure, containing historical information concerning the contents of POSIX.1-2017 and why features were included or discarded by the standard developers, is included in the Rationale (Informative) volume of POSIX.1-2017.
The following areas are outside of the scope of POSIX.1-2017:
POSIX.1-2017 describes the external characteristics and facilities that are of importance to application developers, rather than the internal construction techniques employed to achieve these capabilities. Special emphasis is placed on those functions and facilities that are needed in a wide variety of commercial applications.
The facilities provided in POSIX.1-2017 are drawn from the following base documents:
Emphasis has been placed on standardizing existing practice for existing users, with changes and additions limited to correcting deficiencies in the following areas: