• 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,719 words) - 10:55, 20 July 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,963 words) - 16:36, 16 July 2024
  • 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...
    34 KB (3,747 words) - 16:52, 3 July 2024
  • 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,414 words) - 23:54, 21 July 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) - 15:33, 9 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
  • 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...
    15 KB (1,777 words) - 07:07, 7 June 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) - 08:56, 15 May 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 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
  • 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...
    17 KB (1,733 words) - 20:00, 11 July 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
  • 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 (412 words) - 20:55, 20 June 2024
  • 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
  • "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
  • 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) - 06:33, 19 July 2024
  • ||= << >> <<= >>= ?: are not available in POSIX bc. The sqrt() function for calculating square roots is POSIX bc's only built-in mathematical function...
    16 KB (1,787 words) - 05:12, 19 July 2024
  • 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,135 words) - 08:30, 7 July 2024
  • 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 (907 words) - 19:55, 6 July 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
  • 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...
    68 KB (5,784 words) - 15:33, 5 July 2024
  • 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) - 23:16, 18 July 2024
  • Thumbnail for List of POSIX commands
    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) - 00:53, 21 July 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
  • 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) - 01:33, 20 December 2023
  • 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,229 words) - 06:56, 20 July 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,691 words) - 12:29, 9 July 2024
  • 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...
    106 KB (9,885 words) - 17:00, 20 July 2024
  • 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...
    29 KB (2,875 words) - 23:17, 26 March 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