What is POSIX Shell

藏色散人
Release: 2019-01-15 09:22:27
Original
5756 people have browsed it

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
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!