POSIX
{{Short description|Family of IEEE standards for compatibility between operating systems}}
{{Distinguish|text=Unix, Unix-like, or Linux}}
{{Use dmy dates|date=October 2023}}
{{Infobox technology standard
| title = Portable Operating System Interface (IEEE 1003)
| status = Published
| year_started = {{Start date and age|1988}}
| version = IEEE Std 1003.1-2024
| version_date = {{Start date and age|2024}}
| organization = Austin Group (IEEE Computer Society, The Open Group, ISO/IEC JTC 1/SC 22/WG 15)
| related_standards = ISO/IEC 9945
| abbreviation = POSIX
| domain = Application programming interfaces
| website = {{URL|https://posix.opengroup.org}}
}}
The Portable Operating System Interface (POSIX; {{IPAc-en|IPA|ˈ|p|ɒ|z|.|ɪ|k|s}}{{cite web|date=13 June 2020|title=POSIX.1 FAQ|url=https://www.opengroup.org/austin/papers/posix_faq.html|publisher=The Open Group|access-date=20 February 2023}}) is a family of standards specified by the IEEE Computer Society for maintaining compatibility between operating systems. POSIX defines application programming interfaces (APIs), along with command line shells and utility interfaces, for software compatibility (portability) with variants of Unix and other operating systems.{{cite web|title=IEEE 1003.1-2024|url =https://standards.ieee.org/ieee/1003.1/7700/|website=IEEE Standards Association}} POSIX is also a trademark of the IEEE. POSIX is intended to be used by both application and system developers.{{Cite web|title=Introduction|url=https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap01.html|access-date=22 July 2021|work=The Open Group Base Specifications Issue 7, 2018 edition}} As of POSIX 2024, the standard is aligned with the C17 language standard.
Name
Originally, the name "POSIX" referred to IEEE Std 1003.1-1988, released in 1988. The family of POSIX standards is formally designated as IEEE 1003 and the ISO/IEC standard number is ISO/IEC 9945.
The standards emerged from a project that began in 1984 building on work from related activity in the /usr/group association.{{Cite web|title=JimIsaak - POSIX Impact|url=https://sites.google.com/site/jimisaak/posix-impact|access-date=15 September 2022 |website=sites.google.com|language=en-US}} Richard Stallman suggested the name POSIX to the IEEE{{cite web |url=https://www.opengroup.org/austin/papers/backgrounder.html |title=A Backgrounder on IEEE Std 1003.1 |at=Footnotes}}{{Cite web |title=The origin of the name POSIX. |url=https://stallman.org/articles/posix.html |access-date=2024-09-26 |website=stallman.org}} instead of the former IEEE-IX.{{cite journal |url=https://www.usenix.org/legacy/bodinfo/login0207.html |title=An Update On Standards |first=Nicholas |last=Stoughton |journal=;login:}} The committee found it more easily pronounceable and memorable, and thus adopted it.{{cn|date=June 2024}}
Overview
Unix was selected as the basis for a standard system interface partly because it was "manufacturer-neutral". However, several major versions of Unix existed—so there was a need to develop a common-denominator system. The POSIX specifications for Unix-like operating systems originally consisted of a single document for the core programming interface, but eventually grew to 19 separate documents (POSIX.1, POSIX.2, etc.).{{Cite report|date=4 December 2003|title=PASC Status (including POSIX)|url=https://collaboration.opengroup.org/external/pasc.org/standing/sd11.html|publisher=IEEE Computer Society|access-date=26 September 2024}} The standardized user command line and scripting interface were based on the UNIX System V shell.{{cite web|url=https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xcu_chap02.html|title=Shell Command Language - The Open Group Base Specifications Issue 7, 2013 Edition|access-date=28 April 2020}} Many user-level programs, services, and utilities (including awk, echo, ed) were also standardized, along with required program-level services (including basic I/O: file, terminal, and network). POSIX also defines a standard threading library API which is supported by most modern operating systems. In 2008, most parts of POSIX were combined into a single standard (IEEE Std 1003.1-2008, also known as POSIX.1-2008).
{{As of | 2014 }}, POSIX documentation is divided into two parts:
- POSIX.1, 2013 Edition: POSIX Base Definitions, System Interfaces, and Commands and Utilities (which include POSIX.1, extensions for POSIX.1, Real-time Services, Threads Interface, Real-time Extensions, Security Interface, Network File Access and Network Process-to-Process Communications, User Portability Extensions, Corrections and Extensions, Protection and Control Utilities and Batch System Utilities. This is POSIX 1003.1-2008 with Technical Corrigendum 1.)
- POSIX Conformance Testing: A test suite for POSIX accompanies the standard: VSX-PCTS or the VSX POSIX Conformance Test Suite.{{cite web | url = https://www.opengroup.org/testing/testsuites/vsxpcts2003.htm | title = Test Suites VSX-PCTS2003 | publisher = The Open Group}}
The development of the POSIX standard takes place in the Austin Group (a joint working group among the IEEE, The Open Group, and the ISO/IEC JTC 1/SC 22/WG 15).
Versions
=Parts before 1997=
Before 1997, POSIX comprised several standards:
- POSIX.1: Core Services (incorporates Standard ANSI C) (IEEE Std 1003.1-1988)
- Process Creation and Control
- Signals
- Floating Point Exceptions
- Segmentation / Memory Violations
- Illegal Instructions
- Bus Errors
- Timers
- File and Directory Operations
- Pipes
- C Library (Standard C)
- The POSIX terminal interface
- POSIX.1b: Real-time extensions (IEEE Std 1003.1b-1993, later appearing as librt—the Realtime Extensions library)
{{cite web|url=https://docs.oracle.com/cd/E19455-01/806-0632/6j9vm89ic/index.html|title=librt(3LIB)|date=4 August 1998|website=docs.oracle.com|series=man pages section 3: Library Interfaces and Headers|publisher=Oracle Corporation|access-date=18 February 2016|quote=librt, libposix4- POSIX.1b Realtime Extensions library [...] librt is the preferred name for this library. The name libposix4 is maintained for backward compatibility and should be avoided. Functions in this library provide most of the interfaces specified by the POSIX.1b Realtime Extension.}}
- Priority Scheduling
- Real-Time Signals
- Clocks and Timers
- Semaphores
- Message Passing
- Shared Memory
- Asynchronous and Synchronous I/O
- Memory Locking Interface
- POSIX.1c: Threads extensions (IEEE Std 1003.1c-1995)
- Thread Creation, Control, and Cleanup
- Thread Scheduling
- Thread Synchronization
- Signal Handling
- POSIX.2: Shell and Utilities (IEEE Std 1003.2-1992)
- Command Interpreter
- Utility Programs
=Versions after 1997=
After 1997, the Austin Group developed the POSIX revisions. The specifications are known under the name Single UNIX Specification, before they become a POSIX standard when formally approved by the ISO.
==POSIX.1-2001 (with two TCs)==
POSIX.1-2001 (or IEEE Std 1003.1-2001) equates to the Single UNIX Specification, version 3 minus X/Open Curses.{{cite web|url=https://unix.org/version3/overview.html|title=The Single UNIX Specification Version 3 - Overview|website=unix.org}}
This standard consisted of:
- the Base Definitions, Issue 6,
- the System Interfaces and Headers, Issue 6,
- the Commands and Utilities, Issue 6.
IEEE Std 1003.1-2004 involved a minor update of POSIX.1-2001. It incorporated two minor updates or errata referred to as Technical Corrigenda (TCs).{{cite web|url=http://www.unix.org/version3/ieee_std.html|title=IEEE Std 1003.1|edition = 2004|publisher=Unix.org|access-date=26 July 2009}} Its contents are available on the web.{{cite web|url=https://pubs.opengroup.org/onlinepubs/009695399/|title=Base Specifications, Issue 6|edition=2004|access-date=20 July 2024|publisher=The Open Group}}.
==POSIX.1-2008 (with two TCs)==
Base Specifications, Issue 7 (or IEEE Std 1003.1-2008, 2016 Edition).{{cite web|url=https://www.opengroup.org/austin/|title=The Austin Common Standards Revision Group|access-date=20 July 2024|publisher=The Open Group}}
This standard consists of:
- the Base Definitions, Issue 7,
- the System Interfaces and Headers, Issue 7,
- the Commands and Utilities, Issue 7,
- the Rationale volume.
==POSIX.1-2017==
IEEE Std 1003.1-2017 (Revision of IEEE Std 1003.1-2008) - IEEE Standard for Information Technology—Portable Operating System Interface (POSIX(R)) Base Specifications, Issue 7 is available from either The Open Group or IEEE. It is technically identical to POSIX.1-2008 with Technical Corrigenda 1 and 2 applied. Its contents are available on the web.{{cite web|url=https://pubs.opengroup.org/onlinepubs/9699919799/|title=Base Specifications, Issue 7, 2018 Edition|edition=2018|access-date=20 July 2024|publisher=The Open Group}}
==POSIX.1-2024==
IEEE Std 1003.1-2024 - IEEE Standard for Information Technology—Portable Operating System Interface (POSIX(R)) Base Specifications, Issue 8 was published on 14 June 2024. Its contents are available on the web.{{cite web|url=https://pubs.opengroup.org/onlinepubs/9799919799/|title=Base Specifications, Issue 8|edition=2024|publisher=The Open Group}}.
Controversies
=512- vs 1024-byte blocks=
{{Primary sources|section|date=April 2025}}
POSIX mandates 512-byte default block sizes for the df and du utilities, reflecting the typical size of blocks on disks. When Richard Stallman and the GNU team were implementing POSIX for the GNU operating system, they objected to this on the grounds that most people think in terms of 1024 byte (or 1 KiB) blocks. The environment variable {{tt|POSIX_ME_HARDER}} was introduced to allow the user to force the standards-compliant behaviour.{{Cite newsgroup|last=Stallman|first=Richard|title=Democracy Triumphs in Disk Units|date=28 August 1991|newsgroup=gnu.announce|message-id=9108281809.AA03552@mole.gnu.ai.mit.edu|via=Google Groups |url=http://groups.google.com/group/gnu.announce/msg/6c6e20b57ddb1a82?pli=1}} The variable name was later changed to {{tt|POSIXLY_CORRECT}}.{{cite web|publisher=GNU|url=https://www.gnu.org/prep/standards/standards.html#Non_002dGNU-Standards|title=GNU Coding Standards}} This variable is now also used for a number of other behaviour quirks.
POSIX-oriented operating systems
Depending upon the degree of compliance with the standards, one can classify operating systems as fully or partly POSIX compatible.
=POSIX-certified=
Current versions of the following operating systems have been certified to conform to one or more of the various POSIX standards. This means that they passed the automated conformance tests{{cite web|url=https://posix.opengroup.org/certification_guide.html#Howto|title=POSIX Certified by IEEE and The Open Group - Program Guide|at=Section 2, How to Achieve Certification|access-date=26 September 2024}} and their certification has not expired and the operating system has not been discontinued.{{cite web |url=https://posix.opengroup.org/certification_guide.html#Renewals|title=POSIX Certified by IEEE and The Open Group - Program Guide|at=Section 4, Renewals and Certified Product Updates|access-date=26 September 2024}}{{cite web|url=https://www.opengroup.org/openbrand/register/company.htm|title=Certified Products by Company|author=|date=n.d.|publisher=The Open Group |access-date=22 January 2022}}
{{div col|colwidth=15em}}
- AIX{{cite web |url=https://www.opengroup.org/openbrand/register/ibm.htm |title=IBM |publisher=The Open Group |access-date=23 January 2022}}
- HP-UX{{cite web |url=https://www.opengroup.org/openbrand/register/hp.htm |title=Hewlett-Packard |publisher=The Open Group |access-date=26 January 2014}}
- INTEGRITY{{Cite web|url=https://posix.opengroup.org/register.html|title=POSIX Certification Register|website=The Open Group|access-date=22 August 2024}}
- macOS (since Mac OS X Leopard{{cite web|title=macOS version 10.5 Leopard on Intel-based Mac computers |url=https://www.opengroup.org/openbrand/register/brand3555.htm|work=Register of Open Branded Products|publisher=The Open Group |access-date=20 May 2015}} to macOS Sequoia{{cite web|url=https://www.opengroup.org/openbrand/register/brand3715.htm|title=macOS version 10.15 Sequoia on Intel-based Mac computers|publisher=The Open Group|access-date=25 April 2025}}{{cite web|url=https://www.opengroup.org/openbrand/register/brand3710.htm|title=macOS version 10.15 Sequoia on Apple Silicon-based Mac computers|publisher=The Open Group|access-date=25 April 2025}})
- OpenServer{{cite web|url=https://www.opengroup.org/openbrand/register/brand2574.htm|title=SCO OpenServer Release 5 |date=3 May 1995|publisher=The Open Group|access-date=24 December 2021}}
- UnixWare{{cite web|url=https://www.opengroup.org/openbrand/register/brand2713.htm |title=UnixWare ® 7.1.3 and later |date=16 May 2003|publisher=The Open Group|access-date=24 December 2021}}
- VxWorks
- z/OS
{{div col end}}
=Formerly POSIX-certified=
Some versions of the following operating systems had been certified to conform to one or more of the various POSIX standards. This means that they passed the automated conformance tests. The certification has expired and some of the operating systems have been discontinued.
{{div col|colwidth=15em}}
- EulerOS (exp. 2022){{cite web |url=https://www.opengroup.org/openbrand/register/huawei.htm|title=Huawei Technology Co., Ltd|publisher=The Open Group|access-date=26 May 2017}}
- Inspur K-UX (exp. 2019){{cite web|url=https://www.opengroup.org/openbrand/register/inspur.htm|title=Inspur Co., Ltd |publisher=The Open Group|access-date=26 May 2017}}
- IRIX (defunct 2006){{cite web |url=https://www.opengroup.org/openbrand/register/sgi.htm|title=Silicon Graphics, Inc. |publisher=The Open Group|access-date=26 January 2014}}
- OS/390 (defunct 2004){{cite web|archive-url=https://web.archive.org/web/20030802103246/http://www.opengroup.org/openbrand/register/|url=http://www.opengroup.org/openbrand/register/|title=The Open Brand - Register of Certified Products|date=23 July 2003|archive-date=2 August 2003|access-date=23 January 2022|website=Open Group}}
- QNX Neutrino{{cite press release|url=http://www.qnx.com/news/pr_2862_1.html|title=QNX Achieves New POSIX Certification|date=8 April 2008|access-date=16 January 2016 | publisher=QNX}}
- Solaris (exp. 2019){{cite web|url=https://www.opengroup.org/openbrand/register/sun.htm|title=Oracle Corporation|publisher=The Open Group|access-date=26 January 2014|archive-url=https://web.archive.org/web/20170712134003/https://www.opengroup.org/openbrand/register/sun.htm|archive-date=12 July 2017}}
- Tru64 (defunct 2010){{cite web|url=https://www.opengroup.org/openbrand/register/hp.htm|title=Hewlett-Packard |publisher=The Open Group|access-date=26 January 2014|archive-url=https://web.archive.org/web/20140709114759/https://www.opengroup.org/openbrand/register/hp.htm|archive-date=9 July 2014}}
- LiteOS (defunct 2020){{cite web |title=Huawei LiteOS / LiteOS |url=https://gitee.com/LiteOS/LiteOS |website=Gitee |publisher=Huawei |access-date=23 May 2024}}
{{div col end}}
=Mostly POSIX-compliant=
The following are not certified as POSIX compliant yet comply in large part:
{{div col|colwidth=18em}}
- Android (Available through Android NDK){{citation needed|date=December 2014}}
- Darwin (core of macOS and iOS)
- DragonFly BSD
- FreeBSD{{cite web|url=http://people.freebsd.org/~schweikh/posix-utilities.html|title=FreeBSD POSIX 2001 Utility Compliance|first=Jens|last=Schweikhardt|publisher=FreeBSD}}
- Haiku
- illumos
- Linux (most distributions)
- LynxOS
- Minix (now Minix 3)
- MPE/iX{{Cite magazine|magazine=Computerworld|url=https://books.google.com/books?id=-6GcSQAVaHgC&q=posix&pg=PA24|title = HP 3000 sales catch market by surprise|author=Mark Halper|volume = 28|issue=4|publisher=IDG Enterprise|date= 7 November 1994}}
- NetBSD
- Nucleus RTOS
- NuttX
- OpenBSD
- OpenSolaris{{Cite book|title=OpenSolaris Bible|url=https://books.google.com/books?id=y8qaxiZNvqAC|publisher=John Wiley & Sons|date=21 March 2011|isbn=9781118080313|language=en|first1=Nicholas A.|last1=Solter|first2=Jerry|last2=Jelinek|first3=David|last3=Miner}}
- PikeOS RTOS for embedded systems with optional PSE51 and PSE52 partitions; see partition (mainframe)
- PX5 RTOS{{cite web|url=https://www.embedded.com/rtos-with-standard-posix-pthreads-api-a-complement-to-embedded-linux/|title=RTOS with standard POSIX pthreads API: a complement to embedded Linux|website=Embedded.com|author-first1=Bill|author-last1=Lamie|author-first2=Rafael|author-last2=Taubinger|date=15 June 2023|access-date=13 September 2023}}
- Redox
- RTEMS – POSIX API support designed to IEEE Std. 1003.13-2003 PSE52
- SerenityOS
- Stratus OpenVOS{{cite web|url=https://stratadoc.stratus.com/vos/19.3.0/r217m-03/wwhelp/wwhimpl/js/html/wwhelp.htm?context=r217m-03&file=ch1r217m-03.html|title=OpenVOS POSIX.1: Conformance Guide|publisher=Status Technologies|access-date=26 November 2021}}
- SkyOS (discontinued)
- Syllable (discontinued)
- ULTRIX{{cite manual|url=http://bitsavers.org/pdf/dec/vax/ultrix-32/4.0_Jun90/AA-LY25C-TE_POSIX_Conformance_Document_Jun1990.pdf|title=ULTRIX POSIX Conformance Document|date=June 1990|publisher=Digital|access-date=13 December 2021}}
- VSTa
- VMware ESXi
- Xenix
- Zephyr{{cite web|url=https://docs.zephyrproject.org/latest/services/portability/posix.html|title=POSIX Support|publisher=Zephyr documentation|access-date=7 March 2023}}
{{div col end}}
==POSIX for Microsoft Windows==
- Cygwin provides a largely POSIX-compliant development and run-time environment for Microsoft Windows.
- MinGW, a fork of Cygwin, provides a less POSIX-compliant development environment and supports compatible C-programmed applications via Msvcrt, Microsoft's old Visual C runtime library.
- libunistd, a largely POSIX-compliant development library originally created to build the Linux-based C/C++ source code of CinePaint as is in Microsoft Visual Studio. A lightweight implementation that has POSIX-compatible header files that map POSIX APIs to call their Windows API counterparts.{{cite web|url = https://github.com/robinrowe/libunistd|title=libunistd| last=Rowe|first=Robin|date=8 September 2022|website=Github|publisher=|access-date=18 February 2023|quote=If you want to build single codebase C++ code to run on Windows, Linux and MacOS, you need this for Windows}}
- Microsoft POSIX subsystem, an optional Windows subsystem included in Windows NT-based operating systems up to Windows 2000. It supported POSIX.1 as it stood in the 1990 revision, without threads or sockets.
- Interix, originally OpenNT by Softway Systems, Inc., is an upgrade and replacement for Microsoft POSIX subsystem that was purchased by Microsoft in 1999. It was initially marketed as a stand-alone add-on product and then later included as a component in Windows Services for UNIX (SFU) and finally incorporated as a component in Windows Server 2003 R2 and later Windows OS releases under the name "Subsystem for UNIX-based Applications" (SUA); later made deprecated in 2012 (Windows 8){{cite web|url=https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/hh831568(v=ws.11)|title=Features Removed or Deprecated in Windows Server 2012|date=31 August 2016|website=Microsoft Docs}} and dropped in 2013 (2012 R2, 8.1). It enables full POSIX compliance for certain Microsoft Windows products.{{Citation needed|date=March 2011}}
- Windows Subsystem for Linux, also known as WSL, is a compatibility layer for running Linux binary executables natively on Windows 10 and 11 using a Linux image such as Ubuntu, Debian, or OpenSUSE among others, acting as an upgrade and replacement for Windows Services for UNIX. It was released in beta in April 2016. The first distribution available was Ubuntu.
- UWIN from AT&T Research implements a POSIX layer on top of the Win32 APIs.
- MKS Toolkit, originally created for MS-DOS, is a software package produced and maintained by MKS Inc. that provides a Unix-like environment for scripting, connectivity and porting Unix and Linux software to both 32- and 64-bit Microsoft Windows systems. A subset of it was included in the first release of Windows Services for UNIX (SFU) in 1998.{{cite web|url=http://www.microsoft.com/ntserver/nts/exec/overview/sfu.asp|title=Windows NT Services for UNIX Add-On Pack|website=Microsoft|archive-url=https://web.archive.org/web/19990508011234/http://www.microsoft.com/ntserver/nts/exec/overview/sfu.asp|archive-date=8 May 1999}}{{cite press release|url=http://mks.com/press/981109a.htm|title=MKS Solves Enterprise Interoperability Challenges|archive-url=https://web.archive.org/web/19990428003638/http://mks.com/press/981109a.htm|archive-date=28 April 1999}}
- Windows C Runtime Library and Windows Sockets API implement commonly used POSIX API functions for file, time, environment, and socket access,{{cite web |url=https://docs.microsoft.com/en-us/previous-versions/ms235384(v=vs.100) |title=Deprecated CRT Functions |date=15 October 2009 |access-date=23 July 2022 |website=Microsoft Docs}} although the support remains largely incomplete and not fully interoperable with POSIX-compliant implementations.{{cite web |url=https://docs.microsoft.com/en-us/windows/win32/winsock/porting-socket-applications-to-winsock?redirectedfrom=MSDN |title=Porting Socket Applications to Winsock |date=7 January 2021 |access-date=23 July 2022 |website=Microsoft Docs}}{{cite web|url=https://tangentsoft.net/wskfaq/articles/bsd-compatibility.html|title=Winsock Programmer's FAQ Articles: BSD Sockets Compatibility|date=31 August 2015 |access-date=8 October 2015 |publisher=Warren Young}}{{discuss|BSD sockets as "POSIX"}}
==POSIX for OS/2==
==POSIX for DOS==
==Compliant via compatibility layer==
The following are not officially certified as POSIX compatible, but they conform in large part to the standards by implementing POSIX support via some sort of compatibility feature (usually translation libraries, or a layer atop the kernel). Without these features, they are usually non-compliant.
- AmigaOS (through the ixemul library or vbcc_PosixLib{{Cite web|url=http://aminet.net/package/dev/c/vbcc_PosixLib|title=Aminet - dev/C/Vbcc_PosixLib.lha}})
- eCos – POSIX is part of the standard distribution, and used by many applications. 'external links' section below has more information.
- IBM i (through the PASE compatibility layer){{cite web|title=Programming IBM PASE for i|url=https://www.ibm.com/docs/de/ssw_ibm_i_73/rzalf/rzalfpdf.pdf|website=ibm.com|publisher=IBM|date=2013|access-date=25 November 2021}}
- MorphOS (through the built-in ixemul library)
- OpenVMS (through optional POSIX package){{cite web|url=https://peren.com/fips151-2_peren_vpl.htm|title=FIPS 151-2 Conformance Validated Products List|publisher=Perennial Test Lab|access-date=14 August 2022}}
- Plan 9 from Bell Labs APE - ANSI/POSIX Environment{{cite web|url=http://plan9.bell-labs.com/sys/doc/ape.html |title=APE — ANSI/POSIX Environment|publisher=Bell Labs|work=Plan 9 documents|archive-url=https://web.archive.org/web/20170601064807/http://plan9.bell-labs.com/sys/doc/ape.html|archive-date=1 June 2017}}
- RIOT (through optional POSIX module)
- Symbian OS with PIPS (PIPS Is POSIX on Symbian)
- VAXELN (partial support of 1003.1 and 1003.4 through the VAXELN POSIX runtime library){{cite manual|url=http://www.bitsavers.org/pdf/dec/vax/realtime/EK-RPTSS-TM-004_Real-Time_Products_Technical_Summary_Dec92.pdf|title=Realtime Products Technical Summary, Fifth Edition|publisher=Digital Equipment Corporation|date=December 1992|access-date=8 December 2021}}
- Windows NT kernel when using Microsoft SFU 3.5 or SUA
- Windows 2000 Server or Professional with Service Pack 3 or later. To be POSIX compliant, one must activate optional features of Windows NT and Windows 2000 Server.{{cite web|url=http://www.microsoft.com/technet/archive/ntwrkstn/reskit/poscomp.mspx|title=Chapter 29 - POSIX Compatibility|work=MS Windows NT Workstation Resource Kit|publisher=Microsoft|archive-url=https://web.archive.org/web/20080115185233/http://www.microsoft.com/technet/archive/ntwrkstn/reskit/poscomp.mspx|archive-date=15 January 2008}}
- Windows XP Professional with Service Pack 1 or later
- Windows Server 2003
- Windows Server 2008 and Ultimate and Enterprise versions of Windows Vista
- Windows Server 2008 R2 and Ultimate and Enterprise versions of Windows 7
- albeit deprecated, still available for Windows Server 2012 and Enterprise version of Windows 8
See also
- {{Annotated link|C POSIX library}}
- {{Annotated link|IBM Common User Access}}
- {{Annotated link|Interix}}
- {{Annotated link|List of POSIX commands}}
- {{Annotated link|POSIX signal}}
- {{Annotated link|POSIX threads}}
- {{Annotated link|Portable character set}} {{endash}} set of characters which should be supported in any POSIX-compliant character set locale
- {{Annotated link|Real-time operating system}}
- {{Annotated link|Single UNIX specification}}
- {{Annotated link|TRON project}}
References
{{Reflist|30em}}
External links
{{Commons category|POSIX}}
- {{Cite web|url=https://pubs.opengroup.org/onlinepubs/9799919799/|publisher=The Open Group/IEEE|title=The Open Group Base Specifications Issue 8, 2024 edition IEEE Std 1003.1™-2024}}
- {{Cite web|url=https://posix.opengroup.org|publisher=The Open Group/IEEE|title=POSIX Certification home}}
{{Open Group standards}}
{{IEEE standards}}
{{ISO standards}}
{{List of International Electrotechnical Commission standards}}
{{Inter-process communication}}
{{Authority control}}