The Portable Operating System Interface (POSIX; IPA: /ˈpɒz.ɪks/) is a family of standards specified by the IEEE Computer Society for maintaining compatibility...
29 KB (2,791 words) - 16:32, 28 April 2025
Regular expression (redirect from POSIX regular expression)
writing regular expressions have existed since the 1980s, one being the POSIX standard and another, widely used, being the Perl syntax. Regular expressions...
97 KB (8,871 words) - 12:07, 26 May 2025
Unix time (redirect from POSIX time)
the next day). For example, this is what happened on strictly conforming POSIX.1 systems at the end of 1998: Unix time numbers are repeated in the second...
51 KB (5,461 words) - 18:40, 30 May 2025
of the most recent version of the Portable Operating System Interface (POSIX) – IEEE Std 1003.1-2024 which is part of the Single UNIX Specification (SUS)...
22 KB (168 words) - 21:13, 18 May 2025
Bash (Unix shell) (section Portability with POSIX)
Invoking Bash with the --posix option or stating set -o posix in a script causes Bash to conform very closely with the POSIX 1003.2 standard. Bash shell...
116 KB (9,488 words) - 09:15, 27 May 2025
The C POSIX library is a specification of a C standard library for POSIX systems. It was developed at the same time as the ANSI C standard. Some effort...
10 KB (181 words) - 12:16, 23 April 2025
Microsoft POSIX subsystem is one of four subsystems shipped with the first versions of Windows NT, the other three being the Win32 subsystem which provided...
7 KB (581 words) - 15:31, 21 April 2025
Tar (computing) (section POSIX.1-2001/pax)
in POSIX.1-1988 and later POSIX.1-2001, and became a format supported by most modern file archiving utilities. The tar command was abandoned in POSIX.1-2001...
36 KB (4,037 words) - 22:06, 2 April 2025
Pthreads (redirect from Posix threads)
In computing, POSIX Threads, commonly known as pthreads, is an execution model that exists independently from a programming language, as well as a parallel...
9 KB (1,086 words) - 18:33, 19 February 2025
The Native POSIX Thread Library (NPTL) is an implementation of the POSIX Threads specification for the Linux operating system. Before the 2.6 version...
4 KB (484 words) - 15:16, 12 June 2024
Berkeley sockets (redirect from POSIX sockets)
modification from a de facto standard into a component of the POSIX specification. The term POSIX sockets is essentially synonymous with Berkeley sockets,...
29 KB (3,512 words) - 08:53, 28 April 2025
Unix shell (redirect from POSIX shell)
since bash 4.2, also if invoked explicitly in POSIX compatibility mode (with options --posix or -o posix). Only in sh/ksh compatibility mode (when invoked...
17 KB (1,748 words) - 10:24, 22 May 2025
Access-control list (section POSIX ACL)
permissions. POSIX 1003.1e/1003.2c working group made an effort to standardize ACLs, resulting in what is now known as "POSIX.1e ACL" or simply "POSIX ACL"....
15 KB (1,577 words) - 12:04, 28 May 2025
by POSIX. Another common technology is an access-control list (ACL) with multiple variants implemented in file systems and one codified by POSIX. Since...
19 KB (2,011 words) - 10:39, 5 May 2025
Unix domain socket (redirect from POSIX Local IPC Sockets)
order that they were sent The UDS facility is a standard component of a POSIX operating system. The API for a UDS is similar to that of an Internet socket...
4 KB (482 words) - 11:56, 26 March 2025
from the POSIX chair Andrew Josey for the symbolic price of one dollar.[citation needed] There have been some activities to make Linux POSIX-compliant...
16 KB (1,799 words) - 14:07, 23 May 2025
Signal (IPC) (redirect from SIGINT (POSIX))
inter-process communication (IPC), typically used in Unix, Unix-like, and other POSIX-compliant operating systems. A signal is an asynchronous notification sent...
31 KB (3,432 words) - 00:48, 4 May 2025
Single UNIX Specification (category POSIX)
Specification, although system developers generally aim for compliance with POSIX standards, which form the core of the Single UNIX Specification. The latest...
39 KB (3,853 words) - 22:33, 18 May 2025
ISO/IEC 15897 (redirect from Posix locale)
cultural elements) is an ISO/IEC standard for the registration of new POSIX locales and POSIX charmaps. This standard is the result of a "fast-track" adoption...
2 KB (195 words) - 07:18, 25 February 2025
rewrite the tools to use the Win32 runtime environment, Cygwin implemented a POSIX-compatible environment in the form of a DLL. The brand motto is "Get that...
17 KB (1,575 words) - 13:11, 17 March 2025
"target") by specifying a path thereto. Symbolic links are supported by POSIX and by most Unix-like operating systems, such as FreeBSD, Linux, and macOS...
33 KB (3,953 words) - 20:15, 20 May 2025
The POSIX terminal interface is the generalized abstraction, comprising both an application programming interface for programs, and a set of behavioural...
35 KB (4,442 words) - 23:29, 8 March 2025
Linux kernel interfaces (section Additions to POSIX)
defined in POSIX in a way which is reasonably compatible, robust and performant, and to provide additional useful features not defined in POSIX, just as...
15 KB (1,648 words) - 20:59, 27 April 2025
Read (system call) (redirect from Read (POSIX))
In modern POSIX compliant operating systems, a program that needs to access data from a file stored in a file system uses the read system call. The file...
2 KB (266 words) - 20:06, 16 August 2024
installed by an ordinary user. A similar problem exists for the POSIX shell, since POSIX only required its name to be sh, but did not mandate a path. A...
25 KB (3,233 words) - 02:29, 17 March 2025
build the final program from them, one could instead create a script for POSIX-compliant shells, here named build and kept in the directory with them,...
23 KB (2,983 words) - 00:05, 12 May 2025
Bc (programming language) (section POSIX bc)
||= << >> <<= >>= ?: are not available in POSIX bc. The sqrt() function for calculating square roots is POSIX bc's only built-in mathematical function...
17 KB (1,762 words) - 01:43, 13 March 2025
Cpio (section POSIX standardization)
meta information to an ASCII-based representation. cpio was removed from POSIX.1-2001 in favor of pax, a similar utility which had been introduced in the...
8 KB (936 words) - 03:52, 15 May 2025
Locale (computer software) (section POSIX platforms)
besides a "minimal locale" name "C", although the POSIX format is a commonly-used baseline. On POSIX platforms such as Unix, Linux and others, locale identifiers...
9 KB (915 words) - 16:06, 21 April 2025
Capability-based security (section POSIX capabilities)
addressing EROS: a fast capability system POSIX "capabilities" in Linux: POSIX Capabilities & Files POSIX file capabilities: Parceling the power of root...
14 KB (1,678 words) - 02:03, 8 March 2025