• The Portable Operating System Interface (POSIX; IPA: /ˈpɒz.ɪks/) is a family of standards specified by the IEEE Computer Society for maintaining compatibility...
    28 KB (2,667 words) - 23:24, 13 March 2024
  • Thumbnail for 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...
    100 KB (8,915 words) - 19:38, 26 April 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
  • Thumbnail for Unix time
    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,406 words) - 16:21, 28 April 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...
    9 KB (109 words) - 16:51, 21 January 2023
  • 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...
    33 KB (3,715 words) - 19:56, 20 April 2024
  • Thumbnail for Microsoft POSIX subsystem
    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 (570 words) - 09:37, 24 May 2023
  • 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) - 15:33, 9 April 2024
  • 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:36, 16 April 2024
  • they were sent The Unix domain socket facility is a standard component of POSIX operating systems. The API for Unix domain sockets is similar to that of...
    4 KB (414 words) - 12:54, 8 January 2024
  • Thumbnail for Unix shell
    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...
    16 KB (1,733 words) - 12:36, 20 October 2023
  • 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) - 13:17, 18 February 2024
  • Thumbnail for Unix-like
    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,677 words) - 18:26, 27 February 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,469 words) - 06:43, 3 April 2024
  • Thumbnail for Bash (Unix shell)
    Invoking Bash with the --posix option or stating set -o posix in a script causes Bash to conform very closely to the POSIX 1003.2 standard. Bash shell...
    59 KB (5,391 words) - 00:23, 29 April 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) - 21:01, 11 November 2023
  • 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 (267 words) - 23:06, 30 December 2021
  • 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 (902 words) - 10:30, 15 February 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,884 words) - 19:32, 19 February 2024
  • Thumbnail for Linux kernel interfaces
    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) - 15:42, 19 April 2024
  • addressing EROS: a fast capability system POSIX "capabilities" in Linux: POSIX Capabilities & Files POSIX file capabilities: Parceling the power of root...
    14 KB (1,661 words) - 10:43, 19 April 2024
  • of archive file meta information to an ASCII-based representation. The POSIX standard abandoned cpio in favor of pax.[citation needed] cpio appeared...
    8 KB (912 words) - 11:43, 11 November 2023
  • 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,107 words) - 14:16, 11 April 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) - 02:20, 19 June 2023
  • Thumbnail for Linux
    a digital copy of the POSIX standards documentation with a request to the comp.os.minix newsgroup. After not finding the POSIX documentation, Torvalds...
    107 KB (9,909 words) - 17:14, 28 April 2024
  • 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,868 words) - 21:59, 5 April 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,219 words) - 22:33, 10 April 2024
  • Thumbnail for Shell script
    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,981 words) - 15:30, 29 September 2023
  • Getopt (category C POSIX library)
    function used to parse command-line options of the Unix/POSIX style. It is a part of the POSIX specification, and is universal to Unix-like systems. It...
    21 KB (2,408 words) - 22:05, 22 April 2024
  • the POSIX standard and is no longer a front-end to dc (it is a bytecode interpreter). The third is a re-implementation by OpenBSD in 2003. The POSIX standardized...
    15 KB (1,654 words) - 23:50, 18 February 2024