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,696 words) - 20:36, 24 November 2024
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,903 words) - 05:06, 19 December 2024
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,409 words) - 21:12, 23 November 2024
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) - 21:48, 21 October 2024
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 (135 words) - 13:36, 1 August 2024
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,733 words) - 04:14, 10 November 2024
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 systems. The tar command was abandoned in POSIX.1-2001...
35 KB (3,926 words) - 23:11, 12 December 2024
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,388 words) - 12:03, 24 September 2024
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 (582 words) - 15:55, 19 November 2024
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...
14 KB (1,666 words) - 15:31, 13 December 2024
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,566 words) - 23:19, 27 October 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,513 words) - 18:35, 2 December 2024
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
"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...
32 KB (3,883 words) - 12:21, 15 December 2024
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...
72 KB (6,149 words) - 17:32, 17 December 2024
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) - 11:54, 28 May 2022
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
File-system permissions (section POSIX permissions)
to as permission-driven. Two types of permissions are widely available: POSIX file system permissions and access-control lists (ACLs) which are capable...
21 KB (2,141 words) - 18:40, 15 December 2024
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) - 13:48, 2 November 2024
C standard library (section POSIX standard library)
original ANSI C standard, it was developed at the same time as the C library POSIX specification, which is a superset of it. Since ANSI C was adopted by the...
37 KB (3,654 words) - 17:14, 20 November 2024
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 (914 words) - 03:40, 30 November 2024
SIGHUP (redirect from Signal 1 (POSIX))
On POSIX-compliant platforms, SIGHUP ("signal hang up") is a signal sent to a process when its controlling terminal is closed. It was originally designed...
5 KB (619 words) - 01:28, 19 August 2024
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) - 05:44, 10 October 2024
This is a list of POSIX (Portable Operating System Interface) commands as specified by IEEE Std 1003.1-2024, which is part of the Single UNIX Specification...
22 KB (173 words) - 14:59, 20 August 2024
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,598 words) - 23:20, 30 October 2024
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...
16 KB (1,718 words) - 17:22, 13 December 2024
Errno.h (category POSIX error codes)
definitions from POSIX and GNU makes it even less portable than the sys_errlist table. The GNU C library (GLIBC) provides the additional POSIX error values...
12 KB (584 words) - 04:07, 11 December 2024
Unix domain socket (redirect from POSIX Local IPC Sockets)
first appeared in Berkeley Software Distribution 4.2 (1983). It became a POSIX standard in 2000. The application programming interface has been ported...
20 KB (2,319 words) - 20:31, 20 November 2024
a digital copy of the POSIX standards documentation with a request to the comp.os.minix newsgroup. After not finding the POSIX documentation, Torvalds...
119 KB (10,933 words) - 05:57, 19 December 2024
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:40, 23 November 2024