• 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
  • 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
  • Thumbnail for Computer terminal
    degrees of mode support when terminals are used as computer terminals. The POSIX terminal interface, as provided by Unix and POSIX-compliant operating systems...
    52 KB (6,535 words) - 19:04, 15 June 2025
  • a terminal as historically available in Seventh Edition Unix. It has been largely superseded by the POSIX terminal interface. The terminal interface provided...
    14 KB (1,354 words) - 04:17, 4 October 2023
  • and so forth) keystrokes. In Unix and other POSIX-compliant systems that support the POSIX terminal interface, these capabilities are encoded in databases...
    10 KB (1,225 words) - 16:19, 9 April 2025
  • Thumbnail for Bash (Unix shell)
    various computing environments. As a command-line interface (CLI), Bash operates within a terminal emulator, or text window, where users input commands...
    91 KB (6,882 words) - 22:48, 11 June 2025
  • Platypus. Darwin is mostly POSIX-compatible, but has never, by itself, been certified as compatible with any version of POSIX. Starting with Leopard, macOS...
    46 KB (2,765 words) - 20:44, 22 June 2025
  • Thumbnail for List of POSIX commands
    commands 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...
    22 KB (168 words) - 03:01, 10 June 2025
  • Thumbnail for Pseudoterminal
    V-style terminals (commonly referred as UNIX 98 pseudoterminals) and provides POSIX and the Single Unix Specification API in the form of a posix_openpt()...
    8 KB (933 words) - 06:57, 2 June 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
  • Thumbnail for Command-line interface
    command-line interface (CLI) is a means of interacting with software via commands – each formatted as a line of text. Command-line interfaces emerged in...
    75 KB (8,621 words) - 14:46, 22 June 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)
    (also registered as ISO/IEC 9945), or POSIX.1-1988, which loosely stands for Portable Operating System Interface. The X/Open Portability Guide (XPG) was...
    39 KB (3,853 words) - 22:33, 18 May 2025
  • Thumbnail for Pg (Unix)
    Pg (Unix) (category Terminal pagers)
    command via a pipe. pg uses an interface similar to vi, but commands are different. As of 2018, pg has been removed from the POSIX specification, but is still...
    1 KB (145 words) - 04:30, 8 December 2023
  • Thumbnail for Cygwin
    integration of Windows-based applications. The terminal emulator mintty is the default command-line interface provided to interact with the environment. The...
    17 KB (1,575 words) - 13:11, 17 March 2025
  • of bytes to be read from the file. The read system call interface is standardized by the POSIX specification. Data from a file is read by calling the read...
    2 KB (266 words) - 20:06, 16 August 2024
  • Thumbnail for Unix shell
    Unix shell (redirect from POSIX shell)
    a command-line interpreter or shell that provides a command line user interface for Unix-like operating systems. The shell is both an interactive command...
    17 KB (1,748 words) - 14:20, 10 June 2025
  • associated with the input device of a terminal (or pseudo terminal) which is ultimately linked to a user's keyboard. On POSIX systems, the file descriptor for...
    22 KB (2,472 words) - 18:58, 12 February 2025
  • provide POSIX compliant interface when the POSIXLY_CORRECT environment variable is set, but otherwise offers a superset to the standard interface. For example...
    15 KB (1,182 words) - 12:58, 14 May 2025
  • 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...
    16 KB (1,799 words) - 14:07, 23 May 2025
  • device drivers and so forth. In Unix and POSIX-compatible systems, echo is a flag in the POSIX terminal interface, settable programmatically with the tcsetattr()...
    15 KB (1,683 words) - 23:18, 30 April 2025
  • Thumbnail for Mintty
    Mintty (category Free terminal emulators)
    written in C. The POSIX API provided by Cygwin is used to communicate with processes running within mintty, while its user interface is implemented using...
    4 KB (283 words) - 13:32, 15 December 2024
  • Command (computing) (category User interfaces)
    an external interface that directs the behavior of a computer program. Commonly, commands are sent to a program via a command-line interface, a script,...
    6 KB (601 words) - 00:34, 3 April 2025
  • Thumbnail for Curses (programming library)
    curses is a terminal control library for Unix-like systems, enabling the construction of text user interface (TUI) applications. The name is a pun on the...
    13 KB (1,341 words) - 19:10, 15 February 2025
  • Thumbnail for Ncurses
    programming library for creating textual user interfaces (TUIs) that work across a wide variety of terminals; it is written in a way that attempts to optimize...
    10 KB (882 words) - 21:33, 23 May 2025
  • provided tools for creating text-based user interface applications – the Form Management System (FMS) and Terminal Data Management System (TDMS), later succeeded...
    104 KB (9,197 words) - 01:39, 11 June 2025
  • Thumbnail for IBM 3270
    IBM 3270 (redirect from 3270 terminal)
    high speed proprietary communications interface, using coaxial cable. IBM no longer manufactures 3270 terminals, but the IBM 3270 protocol is still commonly...
    89 KB (9,000 words) - 17:30, 16 February 2025
  • Thumbnail for Unix
    widespread use. The Unix programming interface became the basis for a widely implemented operating system interface standard (POSIX, see above). The C programming...
    59 KB (6,135 words) - 21:49, 25 April 2025
  • Process group (category POSIX)
    In a POSIX-conformant operating system, a process group denotes a collection of one or more processes. Among other things, a process group is used to...
    7 KB (844 words) - 17:23, 20 November 2024
  • Archived from the original on 13 February 2012. Retrieved 10 November 2010. "POSIX "ps"". IEEE Std 1003.1, 2004 Edition. Matt Buchanan (2010-04-29). "Giz Explains:...
    11 KB (1,206 words) - 08:34, 24 April 2025