29 Aug 2014
什么是POSIX?
经常会在各种地方跑出来'POSIX'这几个字符,到底什么是'POSIX'?
维基百科说:
POSIX (/ˈpɒzɪks/ poz-iks), an acronym for "Portable Operating System Interface",is a family of standards specified by the IEEE for maintaining compatibility between operating systems. POSIX defines the application programming interface (API), along with command line shells and utility interfaces, for software compatibility with variants of Unix and other operating systems.
POSIX是"Portable Operating System Interface(可移植操作系统)"的缩写,是由IEEE组织制定、维护的操作系统之间可兼容的标准。POSIX为Unix变体和其它操作系统,定义了程序的接口,还有命令行shell。
也就是说,POSIX是一个操作系统标准的名称,用于Unix操作系统以及其变种。
POSIX的版本
POSIX随着时间的推移也经历了版本变迁,下面的表格中展示了版本和对应的发布时间。
版本名 | 时间 | 内容 |
---|---|---|
POSIX.1 | 1989 | |
POSIX.1b | 1993 | |
POSIX.1c | 1995 | |
POSIX.1g | 2000 | |
POSIX.1-1996 | 1996 | |
POSIX.1d | 1999 | |
POSIX.1j | 2000 | |
POSIX.2 | 1992 |