码迷,mamicode.com
首页 > 其他好文 > 详细

Portable Operating System Interface for uni-X

时间:2016-12-31 19:09:12      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:end   ide   desc   init   document   person   cal   bsp   one   

https://kb.iu.edu/d/agjv

Short for "Portable Operating System Interface for uni-X", POSIX is a set of standards codified by the IEEE and issued by ANSI and ISO. The goal of POSIX is to ease the task of cross-platform software development by establishing a set of guidelines for operating system vendors to follow. Ideally, a developer should have to write a program only once to run on all POSIX-compliant systems. Most modern commercial Unix implementations and many free ones are POSIX compliant. There are actually several different POSIX releases, but the most important are POSIX.1 and POSIX.2, which define system calls and command-line interface, respectively.

The POSIX specifications describe an operating system that is similar to, but not necessarily the same as, Unix. Though POSIX is heavily based on the BSD and System V releases, non-Unix systems such as Microsoft‘s Windows NT and IBM‘s OpenEdition MVS are POSIX compliant.

For more information about POSIX, visit ISO‘s POSIX page or the page of the Portable Application Standards Committee (PASC), the IEEE group responsible for POSIX.

There are other standardization efforts in the Unix world. The most prominent are the Open Group XPG guidelines and the System V Interface Definitions (SVID). POSIX, however, is the only major standard endorsed by the vendor-neutral standards organizations.

At Indiana University, for personal or departmental Linux or Unix systems support, see At IU, how do I get support for Linux or Unix?

This is document agjv in the Knowledge Base. 
Last modified on 2016-12-06 11:11:38.

Portable Operating System Interface for uni-X

标签:end   ide   desc   init   document   person   cal   bsp   one   

原文地址:http://www.cnblogs.com/yuanjiangw/p/6239977.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!