Home  >  Article  >  Operation and Maintenance  >  What is POSIX Shell

What is POSIX Shell

藏色散人
藏色散人Original
2019-01-15 09:22:275758browse

What is POSIX Shell?

POSIX is the acronym for "Portable Operating System Interface". The POSIX shell is based on Portable Operating System Interface (POSIX) - a standard defined in IEEE P1003.2. It is a set of standards compiled by IEEE and promulgated by ANSI and ISO. POSIX makes the task of cross-platform software development easy. There are various POSIX versions, but the most important are POSIX.1 and POSIX.2, which define system calls and the command line interface.

What is POSIX Shell

What is POSIX?

POSIX defines the application programming interface (API), as well as the Unix command line shell and utility interface. This ensures the software's compatibility with Unix and other operating systems. POSIX shells are implemented for many UNIX-like operating systems. The POSIX standard is intended for use by application programmers and system administrators. Most POSIX shell functionality is similar to the Korn Shell.

The following operating systems are 100% compliant with various POSIX standards:

A/UX

AIX

HP-UX

INTEGRITY

IRIX

OS X

QNX

Solaris

Tru64

UnixWare

Please note that GNU/Linux (most distributions) and *BSD operating systems are not officially certified as POSIX compliant, But it was largely complied with.

The above is the detailed content of What is POSIX Shell. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn