Jump to content

POSIX

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 212.229.115.84 (talk) at 04:52, 19 April 2003 (echo => echo, ed => ed). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


POSIX is an effort, sponsored by the IEEE, to standardize the variants of the UNIX operating system (OS), also known as IEEE 1003. The project began circa 1985.

POSIX specifies the user and software interfaces to the OS in some 15 different documents. The standard user command line and scripting interface is the Korn shell. Other user-level programs, services and utilities include awk, echo, ed, and numerous (hundreds) others. Required program-level services include basic I/O (file, terminal, and network) services.

Since the IEEE has been charging very high rates for POSIX documentation and not allowing on-line publication of the standards, there has been a tendency toward the "Single UNIX Specification" standard, which is open, accepts input from anyone, and is freely available on the Internet.