Search Results: POSIX shell
Redirect to:
POSIX
Selasa, 2026-08-04 04:04:42The Portable Operating System Interface (POSIX; IPA: /ˈpɒz.ɪks/) is a family of standards specified by the IEEE Computer Society for maintaining compatibility...
Click to read more »Regular expression
Sabtu, 2026-06-27 01:54:25writing regular expressions have existed since the 1980s, one being the POSIX standard and another, widely used, being the Perl syntax. Regular expressions...
Click to read more »Unix time
Minggu, 2026-08-02 13:48:12the 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...
Click to read more »List of POSIX commands
Senin, 2026-06-29 19:27:47of 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)...
Click to read more »Bash (Unix shell)
Minggu, 2026-08-02 11:31:20$ declare -p POSIXLY_CORRECT SHLVL bash: declare: POSIXLY_CORRECT: not found declare -x SHLVL="1" $ bash -o posix $ declare -p POSIXLY_CORRECT SHLVL...
Click to read more »Tar (computing)
Senin, 2026-07-20 05:01:35in 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...
Click to read more »C POSIX library
Sabtu, 2025-11-08 03:46:03The 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...
Click to read more »Unix shell
Senin, 2026-07-27 14:47:22since 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...
Click to read more »Berkeley sockets
Minggu, 2026-04-26 21:33:51modification from a de facto standard into a component of the POSIX specification. The term POSIX sockets is essentially synonymous with Berkeley sockets,...
Click to read more »Pthreads
Senin, 2026-06-08 19:26:59In computing, POSIX Threads, commonly known as pthreads (after its header <pthread.h>), is an execution model that exists independently from a programming...
Click to read more »Unix domain socket
Senin, 2026-03-09 20:28:32messages in the order 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...
Click to read more »Signal (IPC)
Selasa, 2026-06-02 06:11:18inter-process communication (IPC), typically used in Unix, Unix-like, and other POSIX-compliant operating systems. A signal is an asynchronous notification sent...
Click to read more »Unix-like
Jumat, 2026-07-31 01:45:53from the POSIX chair Andrew Josey for the symbolic price of one dollar.[citation needed] There have been some activities to make Linux POSIX-compliant...
Click to read more »Glob (programming)
Sabtu, 2026-06-20 01:18:29glob() (/ɡlɒb/) is a POSIX C function for globbing, which is the archetypal use of pattern matching against the names in a filesystem directory such that...
Click to read more »Access-control list
Sabtu, 2025-12-27 17:19:20permissions. 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"....
Click to read more »Native POSIX Thread Library
Selasa, 2025-09-09 18:42:05The Native POSIX Thread Library (NPTL) is an implementation of the POSIX Threads specification for the Linux operating system. Before the 2.6 version...
Click to read more »Cygwin
Jumat, 2026-01-23 10:33:45rewrite 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...
Click to read more »POSIX terminal interface
Kamis, 2026-07-23 20:38:33The POSIX terminal interface is the generalized abstraction, comprising both an application programming interface for programs, and a set of behavioural...
Click to read more »File-system permissions
Kamis, 2026-07-23 00:25:59one codified by POSIX. Since POSIX defines both the older Unix-based technology as well as ACLs, the former is called traditional POSIX permissions for...
Click to read more »ISO/IEC 15897
Sabtu, 2026-02-28 01:01:52cultural 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...
Click to read more »Cpio
Senin, 2026-05-11 04:56:01meta 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...
Click to read more »Single UNIX Specification
Kamis, 2026-06-25 04:02:19Specification, although system developers generally aim for compliance with POSIX standards, which form the core of the Single UNIX Specification. The latest...
Click to read more »Microsoft POSIX subsystem
Senin, 2026-08-03 17:14:15Microsoft POSIX subsystem is one of four subsystems shipped with the first versions of Windows NT, the other three being the Win32 subsystem which provided...
Click to read more »Locale (computer software)
Senin, 2026-06-01 09:32:20besides 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...
Click to read more »LinuxThreads
Senin, 2024-01-08 19:56:42implementation of POSIX Threads introduced in 1996. The main developer of LinuxThreads was Xavier Leroy. It has been superseded by the Native POSIX Thread Library...
Click to read more »Shell script
Rabu, 2026-08-05 14:02:22particular name for these functions. All Unix-like systems include at least one POSIX shell, typically either bash or the zsh compatibility mode. Comments are...
Click to read more »MinGW
Kamis, 2026-08-06 12:12:13runtime. Because MinGW does not provide a full POSIX environment, applications that rely on strictly POSIX-compliant process management, such as fork()...
Click to read more »C standard library
Jumat, 2026-08-07 14:41:46the original ANSI C standard, it was developed at the same time as the C POSIX library, which is a superset of it. Since ANSI C was adopted by the International...
Click to read more »API
Minggu, 2026-08-09 10:30:47the operating system. POSIX, for example, specifies a set of common APIs that aim to enable an application written for a POSIX conformant operating system...
Click to read more »Bc (programming language)
Selasa, 2026-06-16 07:02:48||= << >> <<= >>= ?: are not available in POSIX bc. The sqrt() function for calculating square roots is POSIX bc's only built-in mathematical function...
Click to read more »Capability-based security
Jumat, 2026-03-06 18:53:35addressing EROS: a fast capability system POSIX "capabilities" in Linux: POSIX Capabilities & Files POSIX file capabilities: Parceling the power of root...
Click to read more »Linux
Kamis, 2026-08-06 19:20:42a digital copy of the POSIX standards documentation with a request to the comp.os.minix newsgroup. After not finding the POSIX documentation, Torvalds...
Click to read more »Linux kernel interfaces
Selasa, 2026-07-07 07:05:45defined in POSIX in a way which is reasonably compatible, robust and performant, and to provide additional useful features not defined in POSIX, just as...
Click to read more »List of display servers
Selasa, 2026-07-21 22:09:31Yes Yes POSIX Built-in Default for the Enlightenment desktop environment Hikari Floating C — — 2022 MIT wlroots libinput Until 2022 Yes Yes POSIX Separate...
Click to read more »Musl
Jumat, 2026-08-07 06:11:51binary without significant size overhead. It claims compatibility with the POSIX 2008 specification and the C11 standard. It also implements most of the...
Click to read more »Unix file types
Selasa, 2026-06-30 07:33:30FIFO special, block special, character special, and socket as defined by POSIX. These types are used in the file system(s) of a Unix or Unix-like operating...
Click to read more »EMX (programming environment)
Kamis, 2026-03-05 10:42:31allows creating and executing of 32-bit mode applications, presenting a POSIX API and, on OS/2, access to the OS/2 APIs. The EMX package consists of:...
Click to read more »ARINC 653
Rabu, 2025-12-03 21:58:14standards. Some ARINC 653 (APEX) calls have a POSIX equivalent, but are different from how they are defined in POSIX. For example, the following call defined...
Click to read more »Perl Compatible Regular Expressions
Jumat, 2026-03-20 23:46:021997. PCRE's syntax is much more powerful and flexible than either of the POSIX regular expression flavors (BRE, ERE) and than that of many other regular-expression...
Click to read more »Gettext
Senin, 2025-11-24 09:52:13Object Template), .PO (Portable Object) and .MO (Machine Object). Initially, POSIX provided no means of localizing messages. Two proposals were raised in the...
Click to read more »Errno.h
Rabu, 2026-06-17 00:21:44definitions 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...
Click to read more »Read (system call)
Selasa, 2025-11-25 20:59:48In 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...
Click to read more »MacOS version history
Minggu, 2026-07-26 21:23:13now an Open Brand UNIX 03 Registered Product, conforming to the SUSv3 and POSIX 1003.1 specifications for the C API, Shell Utilities, and Threads. "Do Classic...
Click to read more »SIGHUP
Senin, 2024-08-19 08:28:18On POSIX-compliant platforms, SIGHUP ("signal hang up") is a signal sent to a process when its controlling terminal is closed. It was originally designed...
Click to read more »Environment subsystem
Senin, 2026-08-03 17:28:09NT 4.0 has three environment subsystems: Win32 (Windows API), OS/2, and POSIX, the latter of which corresponding a subset of the most common functions...
Click to read more »C (programming language)
Selasa, 2026-08-04 23:40:33handed off to the IEEE working group 1003 to become the basis for the 1988 POSIX standard. In 1989, the C standard was ratified as ANSI X3.159-1989 "Programming...
Click to read more »Cksum
Sabtu, 2026-02-07 13:51:22provides additional checksum algorithms via -a option, as an extension beyond POSIX. The standard command, as found on most Unix and Unix-like operating systems...
Click to read more »Fork bomb
Sabtu, 2026-07-11 01:33:36Manual, Section 3.3". Retrieved 2022-12-11. When the shell is in POSIX mode (see Bash POSIX Mode), fname must be a valid shell name and may not be the same...
Click to read more »Unix
Minggu, 2026-08-09 10:33:09standardization effort now known as POSIX provided a common baseline for all operating systems; IEEE based POSIX around the common structure of the major...
Click to read more »Shebang (Unix)
Sabtu, 2026-05-16 00:40:59make any additional arguments available to the script. If /bin/sh is a POSIX-compatible shell, then bar and baz are presented to the script as the positional...
Click to read more »P.I.P.S.
Jumat, 2026-06-19 20:56:46C++ application programming interfaces in standard C libraries such as POSIX libc – The "C Standard Library" with system APIs mapped to Symbian OS APIs...
Click to read more »Comparison of operating systems
Sabtu, 2026-07-25 06:24:23from a 3rd party copyrighted library called XAD that is available for all POSIX (Unix, Linux, BSD, and for AmigaOS, MorphOS, etc.). This library is freely...
Click to read more »Command (Unix)
Selasa, 2026-05-05 05:39:49function or alias with the same name. $ command ls List of POSIX commands "command - manned.org". POSIX Programmer's Manual. Retrieved 13 February 2025. "command(1p)"...
Click to read more »Darwin (operating system)
Jumat, 2026-08-07 07:35:07Platypus. Darwin is mostly POSIX-compatible, but has never, by itself, been certified as compatible with any version of POSIX. Starting with Leopard, macOS...
Click to read more »Linux kernel
Senin, 2026-07-20 23:42:17Linux implemented Unix-like system call semantics and exposed the standard POSIX APIs through an implementation of the C standard library, Linux could run...
Click to read more »Ls
Sabtu, 2026-05-30 04:02:23such as directories. Originally developed for Unix and later codified by POSIX and Single UNIX Specification, it is supported in many operating systems...
Click to read more »Fish (Unix shell)
Jumat, 2026-05-08 01:09:30feature-rich by default, rather than highly configurable, and does not adhere to POSIX shell standards by design. fish displays incremental suggestions as the...
Click to read more »File format
Selasa, 2026-07-14 20:55:10A file format is the way that information is encoded for storage in a computer file. It may describe the encoding at various levels of abstraction including...
Click to read more »Bionic (software)
Selasa, 2026-07-07 07:01:26implement all of C11 and POSIX, there are still (as of Android 15) about 11 POSIX functions missing from libc. There are also POSIX functions such as the...
Click to read more »User identifier
Minggu, 2026-06-28 22:26:53processes, tar archives, and the now-obsolete Network Information Service. In POSIX-compliant environments, the shell command id gives the current user's UID...
Click to read more »Symbolic link
Sabtu, 2026-08-08 05:59:27to nothing. Symbolic links were introduced in 1982 in 4.1a BSD Unix. The POSIX standard defines the symbolic link as found in most Unix-like operating...
Click to read more »Uptime
Minggu, 2026-06-14 22:10:14ubiquitous, it is not part of any Unix-related standard, neither SUS nor POSIX. On Linux, an uptime command is part of GNU coreutils, BusyBox and Toybox...
Click to read more »Pwd
Selasa, 2026-02-03 11:35:40Guide since issue 2 of 1987. It was inherited into the first version of POSIX.1 and the Single Unix Specification. It appeared in Version 5 Unix. The...
Click to read more »TMPDIR
Selasa, 2026-03-31 04:14:36TMPDIR is the canonical environment variable in Unix and POSIX that should be used to specify a temporary directory for scratch space. Most Unix programs...
Click to read more »Plan 9 from Bell Labs
Rabu, 2026-08-05 05:31:39differently. Plan 9 can support POSIX applications and can emulate the Berkeley socket interface through the ANSI/POSIX Environment (APE) that implements...
Click to read more »PX5 RTOS
Senin, 2026-07-27 20:57:16around 3 billion devices. The name PX5 is an abbreviation where P stands for POSIX threads, X stands for thread switching, and 5 represents fifth generation...
Click to read more »Java Native Access
Minggu, 2026-07-05 07:10:39possible to load msvcrt for its partial POSIX support on Windows... Posix posix = (Posix) Native.loadLibrary("c", Posix.class); // but it will still fail on...
Click to read more »Getopt
Kamis, 2026-07-30 06:39:20getopt() is a POSIX C function used to parse command-line options of the Unix/POSIX style on C. It is a part of the POSIX specification, and is universal...
Click to read more »Microsoft Windows
Sabtu, 2026-08-01 22:26:02NT OS/2 was intended to be a secure, multi-user operating system with POSIX compatibility and a modular, portable kernel with preemptive multitasking...
Click to read more »Glibc
Sabtu, 2026-07-25 18:08:35as the kernel. These libraries provide critical APIs including ISO C11, POSIX.1-2008, BSD, OS-specific APIs and more. These APIs include such foundational...
Click to read more »Fork (system call)
Sabtu, 2026-07-18 16:05:07operating systems, and it remains a required interface for compliance with POSIX. Despite this, it has fallen out of favor in recent years as a result of...
Click to read more »Zenity
Jumat, 2026-04-03 04:24:12Zenity is a free software and cross-platform computer program that allows the execution of GTK dialog boxes in command-line and shell scripts. Like tools...
Click to read more »Cflow
Rabu, 2026-02-11 00:55:14Free and open-source software portal cflow is a POSIX-defined shell command for generating a C-language flow graph. The GNU implementation reads C source...
Click to read more »Shared memory
Selasa, 2025-09-23 12:23:25systems. POSIX provides a standardized API for using shared memory, POSIX Shared Memory. This uses the function shm_open from sys/mman.h. POSIX interprocess...
Click to read more »Portable character set
Kamis, 2026-07-09 18:17:33Portable Character Set is a set of 103 characters which, according to the POSIX standard, must be present in any character set. Compared to ASCII, the Portable...
Click to read more »Pax (command)
Selasa, 2026-08-04 04:15:23Usenix/IEEE POSIX replacement for TAR and CPIO. Manual pages for pax on HP-UX, IRIX, and SCO UNIX attribute pax to Colburn. As early as POSIX.2 draft 10...
Click to read more »Exec (system call)
Rabu, 2026-07-08 17:29:01programming languages usually provide one call named exec().[citation needed] The POSIX standard declares a family of exec functions in the unistd.h header file...
Click to read more »Microsoft Visual C++
Selasa, 2026-06-16 07:57:51possible problems. Although Microsoft's CRT implements a large subset of POSIX interfaces, the Visual C++ compiler will emit a warning on every use of...
Click to read more »Almquist shell
Rabu, 2026-07-15 18:14:58additions". Fast, small, and virtually compatible[citation needed] with the POSIX standard's specification of the Unix shell, ash did not provide line editing...
Click to read more »Env
Selasa, 2026-03-17 15:42:40MacKenzie, and Assaf Gordon. It first appeared in 4.4BSD, and is a part of POSIX.1 (with the -i option only). This version has been extended to handle signals...
Click to read more »Group identifier
Selasa, 2026-06-16 19:37:05In Unix-like systems, multiple users can be put into groups. POSIX and conventional Unix file system permissions are organized into three classes, user...
Click to read more »File locking
Selasa, 2026-07-07 07:03:16calls on NFS files using POSIX byte-range locks. These locks will be visible to other NFS clients that implement fcntl-style POSIX locks, but invisible to...
Click to read more »Tsort
Senin, 2026-05-11 05:02:59platforms, that performs a topological sort on its input. It is part of the POSIX.1 standard. and has been since The Single UNIX Specification, Version 2...
Click to read more »Sbrk
Sabtu, 2026-07-25 20:27:34be done using the mmap call. It is found in header <unistd.h>, in the C POSIX library. The brk and sbrk calls dynamically change the amount of space allocated...
Click to read more »Distrobox
Sabtu, 2026-01-17 23:46:50Podman, and Lilipod and act as wrapper for them. Distrobox is written in POSIX shell. Software installed inside the container can be exported into the...
Click to read more »Pseudoterminal
Rabu, 2026-01-07 01:11:50as UNIX 98 pseudoterminals) and provides POSIX and the Single Unix Specification API in the form of a posix_openpt() function since 1998. Pseudoterminals...
Click to read more »Apache Hadoop
Selasa, 2026-07-07 07:20:35the replication of data high. HDFS is not fully POSIX-compliant, because the requirements for a POSIX file-system differ from the target goals of a Hadoop...
Click to read more »C29 (C standard revision)
Selasa, 2026-08-04 14:27:51part of the GNU C library since at least 2001 and later became part of the POSIX.1-2008 standard. Add bit utility functions / macros / types in header <stdbit...
Click to read more »Grep
Sabtu, 2026-07-18 20:56:57commonly deployed on POSIX systems, to the point the POSIX specification mentions their widespread existence, are actually not part of POSIX. Other commands...
Click to read more »Getopts
Jumat, 2024-05-24 02:17:23arguments. It is designed to process command line arguments that follow the POSIX Utility Syntax Guidelines, based on the C interface of getopt. The predecessor...
Click to read more »Courier Mail Server
Rabu, 2024-10-23 20:19:01that are configured to use maildirs. Courier's source compiles on most POSIX-based operating systems based on Linux and BSD-derived kernels. It uses...
Click to read more »Comm
Selasa, 2026-02-03 11:58:51current locale, the result is undefined. The command is specified in the POSIX standard. It has been widely available on Unix-like operating systems since...
Click to read more »Richacls
Rabu, 2023-04-05 20:28:05more complex than POSIX draft ACLs, which means it is not possible to convert back from Richacls to Linux' implementation of the POSIX draft ACLs without...
Click to read more »Ed (text editor)
Sabtu, 2026-06-13 20:16:28operating system. Although not commonly used today, it remains part of the POSIX and Open Group standards, alongside the full-screen editor vi. The ed text...
Click to read more »Exit status
Jumat, 2026-07-17 05:43:39POSIX-compatible systems, the parent process can retrieve the exit status of a child process using the wait() family of system calls defined in POSIX...
Click to read more »LynxOS
Selasa, 2024-10-29 06:17:28"LynuxWorks"). Sometimes known as the Lynx Operating System, LynxOS features full POSIX conformance and, more recently, Linux compatibility.[citation needed] LynxOS...
Click to read more »Dd (Unix)
Jumat, 2026-07-03 06:47:042 of 1987[citation needed]. This is inherited by IEEE Std 1003.1-2008 (POSIX)[citation needed], which is part of the Single UNIX Specification. In 1990...
Click to read more »Transport Neutral Encapsulation Format
Selasa, 2026-06-30 19:50:56TNEF extractor from the POSIX command-line, designed specifically for reading winmail.dat TNEF – GPL TNEF extractor from the POSIX command-line Klammer –...
Click to read more »Ex (text editor)
Selasa, 2026-02-03 12:03:49improvement to ed, the original Unix editor. Today, it is standardized by POSIX. George Coulouris of Queen Mary College developed an improved version of...
Click to read more »List of emulators
Sabtu, 2026-06-27 05:00:58Cisco Packet Tracer Router Sim Cygwin: For Microsoft Windows, provides a POSIX environment and system libraries (contained in cygwin.dll). This does not...
Click to read more »Bourne shell
Minggu, 2026-06-28 23:59:24historically BSD-based systems had many scripts written in csh. As the basis of POSIX sh syntax, Bourne shell scripts can typically be run with Bash or dash on...
Click to read more »TenDRA Compiler
Selasa, 2026-02-17 09:38:28The TenDRA Compiler is a C/C++ compiler for POSIX-compatible operating systems available under the terms of the BSD license. It was originally developed...
Click to read more »Sbase
Selasa, 2026-05-26 04:58:02that implements several portable UNIX tools in a minimal way according to POSIX specifications. It is used in Google's Fuchsia operating system to provide...
Click to read more »GNU Portable Threads
Selasa, 2025-12-16 16:25:40GNU Pth (Portable Threads) is a POSIX/ANSI-C based user space thread library for UNIX platforms that provides priority-based scheduling for multithreading...
Click to read more »Expr
Senin, 2026-05-11 00:44:36v7 and standardized by POSIX, the command is available on IBM i, and for Windows via UnxUtils. The following is a (non-POSIX-compliant) example involving...
Click to read more »DJGPP
Kamis, 2025-07-03 22:27:24is compatible with the ANSI C and C99 standards, DOS APIs, and an older POSIX-like environment. Compiled binaries are long filename (LFN) aware and can...
Click to read more »Double-checked locking
Sabtu, 2026-08-08 06:21:29In software engineering, double-checked locking (also known as "double-checked locking optimization") is a software design pattern used to reduce the overhead...
Click to read more »Network Time Protocol
Kamis, 2026-07-30 03:10:22not null-terminated. This option carries a time zone definition using the POSIX TZ environment variable format (as specified in IEEE 1003.1), except that...
Click to read more »Fail2ban
Senin, 2026-08-03 08:42:58language, it is designed to prevent brute-force attacks. It is able to run on POSIX systems that have an interface to a packet-control system or firewall installed...
Click to read more »Lennart Poettering
Jumat, 2026-04-10 14:14:12speeding up Linux development at the expense of breaking compatibility with POSIX and other Unix-like operating systems such as the BSDs. He took this position...
Click to read more »RTLinux
Kamis, 2026-07-16 02:22:41development of RTLinux adopted the Portable Operating System Interface (POSIX) POSIX threads application programming interface (API) and then permitted creation...
Click to read more »XMD
Selasa, 2025-12-02 19:10:24Public License. Source code is available in C and can be compiled using POSIX thread functions to take advantage of multi-CPU computers. Molecular design...
Click to read more »Write (system call)
Minggu, 2025-11-09 14:28:59from the buffer (nbytes). The write call interface is standardized by the POSIX specification. Data is written to a file by calling the write function....
Click to read more »Message queue
Rabu, 2026-03-11 21:25:28on March 17, 2012. Retrieved April 21, 2010. Linux and POSIX message queues. Overview of POSIX message queues Archived 2012-05-04 at the Wayback Machine...
Click to read more »Remmina
Kamis, 2026-05-28 06:19:29Remmina is a free and open source remote desktop client for POSIX-based computer operating systems. It supports the Remote Desktop Protocol (RDP), VNC...
Click to read more »Open-system environment reference model
Senin, 2025-10-13 02:15:55early 1990s by the NIST as refinement of the POSIX (Portable Operating System Interface) standard. POSIX is a standard for maintaining compatibility between...
Click to read more »Cp (Unix)
Selasa, 2026-02-03 11:28:41Version 1 Unix, and is specified by POSIX. The implementation from GNU has many additional options beyond the POSIX specification. The command is bundled...
Click to read more »Standard streams
Sabtu, 2026-08-08 05:12:00ultimately linked to a user's keyboard. On POSIX systems, the file descriptor for standard input is 0 (zero); the POSIX <unistd.h> definition is STDIN_FILENO;...
Click to read more »Minicom
Jumat, 2024-02-16 04:29:362026; 4 months ago (28 February 2026) Written in C Operating system Linux, POSIX Platform Cross-platform Type Terminal emulator License GNU General Public...
Click to read more »Minix
Jumat, 2026-05-22 13:26:55the 1990s, and version 2.0 was released in 1997 and was the first to be POSIX compliant. Starting with MINIX 3, released in 2005, the primary aim of development...
Click to read more »Ncdu
Rabu, 2026-03-25 03:25:56for remote shells. It runs on UNIX-based systems, such as Linux, BSD, and POSIX. Users can install ncdu by running a package manager command in their terminal...
Click to read more »Comparison of distributed file systems
Kamis, 2025-12-11 04:01:392015 LizardFS C++ GPLv3 POSIX, FUSE, NFS-Ganesha, Ceph FSAL (via libcephfs) master No Reed-Solomon File 2013 Lustre C GPLv2 POSIX, NFS-Ganesha, NFS, SMB...
Click to read more »Episode filesystem
Minggu, 2026-07-19 21:53:35Episode is a POSIX compliant file system most commonly known for its use in DCE/DFS file servers. It was designed to achieve the goals of portability...
Click to read more »Type (Unix)
Senin, 2026-05-11 15:21:01be included in many other POSIX-compatible shells such as Bash. However, type is not part of the POSIX standard. With a POSIX shell, similar behavior is...
Click to read more »CPU time
Jumat, 2026-02-20 00:54:10operation, it can use a function like the POSIX clock() function, which returns the CPU time used by the program. POSIX allows this clock to start at an arbitrary...
Click to read more »SeL4
Selasa, 2026-08-04 08:48:20seL4 Device Driver Framework (sDDF), and the seL4 Microkit. POSIX message queues: POSIX message queues expose named, kernel-resident queues that support...
Click to read more »User space and kernel space
Selasa, 2026-07-07 07:12:52targets embedded systems, bionic was written for Android, etc. All aim to be POSIX/SUS-compatible. Kernel mode Linux kernel stat, splice, dup, read, open,...
Click to read more »Process Environment Block
Kamis, 2026-08-06 01:17:27underpinning the fork() function in the Windows NT POSIX library, posix.dll. For Windows NT POSIX processes, the contents of a new process' PEB are initialized...
Click to read more »C string handling
Senin, 2026-06-29 08:11:57encodings. The BSD documentation has been fixed to make this clear, but POSIX, Linux, and Windows documentation still uses "character" in many places...
Click to read more »Inode
Kamis, 2026-05-07 04:49:03term vnode (the "v" refers to the kernel's virtual file system layer). The POSIX standard mandates file-system behavior that is strongly influenced by traditional...
Click to read more »Mailx
Senin, 2026-05-11 04:53:25command syntax similar to ed, it is the POSIX standardized variant of the Berkeley Mail utility. mail (Unix) POSIX standard entry mail, Mail, mailx, nail—history...
Click to read more »Dynamic loading
Minggu, 2025-12-21 20:13:44exists, since in this regard the POSIX and ISO standards contradict each other. Because of this problem, the POSIX documentation on dlsym() for the outdated...
Click to read more »MacOS
Minggu, 2026-07-26 21:27:26are supported on Apple silicon Macs with Rosetta 2. At macOS's core is a POSIX-compliant operating system built on top of the XNU kernel, (which incorporated...
Click to read more »GNU Core Utilities
Sabtu, 2026-08-08 05:01:17Unix-based shell commands. The utilities generally provide POSIX compliant interface when the POSIXLY_CORRECT environment variable is set, but otherwise offers...
Click to read more »Rename (computing)
Rabu, 2026-05-13 12:43:35standard library provides a function called rename which does this action. In POSIX, which is extended from the C standard, the rename function will fail if...
Click to read more »Fc (Unix)
Sabtu, 2025-12-06 21:57:52and standardized by POSIX, the command is available in many operating systems today. As it is required to be "intrinsic" by POSIX, it is implemented as...
Click to read more »Metacharacter
Rabu, 2026-02-04 21:14:40but rather as a metacharacter signalling the beginning of an XML tag. In POSIX extended regular expressions, there are 15 metacharacters that must be escaped...
Click to read more »Direct.h
Jumat, 2026-03-27 12:19:35which contains functions for manipulating file system directories. Some POSIX functions that do similar things are in <unistd.h>. File system Directory...
Click to read more »OCFS2
Jumat, 2026-03-27 07:36:15cluster computing. Because of that it was not a POSIX-compliant file system. With version 2 the POSIX features were included. OCFS2 (version 2) was integrated...
Click to read more »Type
Jumat, 2026-08-07 23:49:22command), a command to display contents of a file. Type (Unix), a command in POSIX shells that gives information about commands. Type safety, the extent to...
Click to read more »GNU
Kamis, 2026-07-23 21:58:38implementation of all of the functions specified in POSIX System Application Program Interface (POSIX.1). The GCC compiler can generate machine-code for...
Click to read more »ObjectiveFS
Sabtu, 2025-08-09 01:24:47a distributed file system developed by Objective Security Corp. It is a POSIX-compliant file system built with an object store backend. It was initially...
Click to read more »Dup (system call)
Sabtu, 2026-02-21 08:41:48alias of the old one. The dup() and dup2() calls are standardized by the POSIX specification. Similar(following the logic) to pointers, the new file description...
Click to read more »IRIX
Rabu, 2026-05-27 18:07:08release. IRIX 6.5 is compliant with UNIX System V Release 4, UNIX 95, and POSIX (including 1e/2c draft 15 ACLs and Capabilities). In the early 1990s, IRIX...
Click to read more »Printf (Unix)
Senin, 2026-05-11 00:44:37Guide since issue 4 of 1992. It was inherited into the first version of POSIX.1 and the Single Unix Specification. It first appeared in 4.3BSD-Reno. The...
Click to read more »Inter-process communication
Selasa, 2026-03-31 06:31:57.NET Remoting, and Windows Communication Foundation (WCF) Novell's SPX POSIX mmap, message queues, semaphores, and shared memory RISC OS's messages Solaris...
Click to read more »File descriptor
Rabu, 2026-07-15 01:39:46File descriptors are a part of the POSIX API. Each Unix process (except perhaps daemons) should have three standard POSIX file descriptors, corresponding...
Click to read more »KornShell
Senin, 2026-06-29 06:22:24shell, inspired by the requests of Bell Labs users. KornShell complies with POSIX.2, Shell and Utilities, Command Interpreter (IEEE Std 1003.2-1992.) Major...
Click to read more »Terminal capabilities
Rabu, 2025-04-09 23:19:37delete key, and so forth) keystrokes. In Unix and other POSIX-compliant systems that support the POSIX terminal interface, these capabilities are encoded in...
Click to read more »List of file systems
Selasa, 2026-08-04 03:03:53system can be used for block based media and is configurable for Small POSIX, Full POSIX and can be ported to many RTOS environments. Tuxera has a certified...
Click to read more »Architecture of Windows NT
Kamis, 2026-07-30 22:39:21discontinued as of Windows XP. The POSIX environment subsystem supports applications that are strictly written to either the POSIX.1 standard or the related ISO/IEC...
Click to read more »Tr (Unix)
Selasa, 2026-02-03 12:11:22character ranges. The previous example could be written: tr 'a-d' 'jkmn' In POSIX-compliant versions of tr, the set represented by a character range depends...
Click to read more »LXDE
Selasa, 2026-07-07 07:05:04programming language, using the GTK 2 toolkit, and runs on Unix and other POSIX-compliant platforms, such as Linux and BSDs. The LXDE project aims to provide...
Click to read more »Seventh Edition Unix terminal interface
Kamis, 2026-07-23 06:35:33available in Seventh Edition Unix. It has been largely superseded by the POSIX terminal interface. The terminal interface provided by Seventh Edition Unix...
Click to read more »Windows NT 3.1
Jumat, 2026-08-07 05:59:21target the enterprise market, the OS was also to support networking, the POSIX standard, and a security platform compliant with the "Orange Book" standards;...
Click to read more »Unicon (programming language)
Senin, 2025-08-11 11:02:02merger of three popular Icon extensions: an OO preprocessor named Idol, a POSIX filesystem and networking interface, and an ODBC facility. The name is shorthand...
Click to read more »C dynamic memory allocation
Sabtu, 2026-07-25 03:19:10feature was relegated to optional in the later C11 standard. POSIX defines a function posix_memalign that allocates memory with caller-specified alignment...
Click to read more »OpenVMS
Jumat, 2026-08-07 13:16:55an indication of its support of open systems industry standards such as POSIX and Unix compatibility, and to drop the VAX connection since a migration...
Click to read more »Character (computing)
Selasa, 2026-06-30 02:33:48Terms – Code Point". Retrieved 2019-05-14. "POSIX definition of Character". "POSIX strlen reference". "POSIX definition of Character Array". Characters:...
Click to read more »Z shell
Minggu, 2026-06-21 12:56:13in its default configuration deviates in some significant ways from the POSIX standard specification of the sh language (such as eliminating implicit...
Click to read more »Timestamp
Kamis, 2026-02-19 15:53:27per-file metadata. In particular, most modern operating systems support the POSIX stat (system call), whereby each file has three timestamps associated with...
Click to read more »Getaddrinfo
Jumat, 2026-02-20 11:39:49operating system's networking API. Both functions are contained in the POSIX standard application programming interface (API). getaddrinfo and getnameinfo...
Click to read more »Newline
Minggu, 2026-06-14 06:42:10text line, or the file may be considered to be improperly truncated. The POSIX standard takes the latter position, considering newlines to be line terminators...
Click to read more »Postfix (software)
Kamis, 2026-08-06 04:49:37Unix-like operating system that ships with a C compiler and delivers a standard POSIX development environment. It is the default MTA for the macOS, NetBSD, RedHat/CentOS...
Click to read more »UWIN
Jumat, 2026-07-03 20:19:02implemented by the POSIX.DLL dynamically loaded (shared) library. Programs linked with POSIX.DLL run under the Win32 subsystem instead of the POSIX subsystem,...
Click to read more »Shell builtin
Selasa, 2026-02-03 12:28:51commands in a single executable file List of DOS commands List of POSIX commands "POSIX standard: Shell Commands". Archived from the original on 2016-10-29...
Click to read more »Diff
Sabtu, 2026-08-01 16:14:04was specifically designed to use a diff output report as a patch file. POSIX standardized the diff and patch commands including their shared file format...
Click to read more »Programming model
Jumat, 2026-04-10 00:04:19be based on what appear to be library calls. Other examples include the POSIX Threads library and Hadoop's MapReduce. In both cases, the execution model...
Click to read more »Dietlibc
Senin, 2026-07-20 02:00:03software portal C standard libraries diet libc - credits "Comparison of C/POSIX standard library implementations for Linux". www.etalabs.net. Archived from...
Click to read more »Comparison of regular expression engines
Minggu, 2026-06-21 12:18:26as possible, instead of the default as many. Note that many older, pre-POSIX engines were non-greedy and didn't have greedy quantifiers at all. Shy groups...
Click to read more »Dot (command)
Rabu, 2025-10-01 08:01:22is provided as the source command, and this name is seen in "extended" POSIX shells as well. The dot command is not to be confused with a dot file, which...
Click to read more »QNX
Senin, 2026-06-29 07:31:57(SMP) capable, and to support all current POSIX application programming interfaces (APIs) and any new POSIX APIs that could be anticipated while still...
Click to read more »Comparison of command shells
Rabu, 2026-05-06 16:44:04terminal, freeing the command line for additional work with the shell. POSIX shells and other Unix shells allow background execution by using the & character...
Click to read more »Short-circuit evaluation
Jumat, 2026-07-17 17:26:47taking the same precedence and being left-associative with each other is POSIX shell's command-list syntax. The following simple left-to-right evaluator...
Click to read more »Ne (text editor)
Sabtu, 2026-07-18 05:34:56ne (for "nice editor") is a console text editor for POSIX computer operating systems such as Linux or Mac OS X. It uses the terminfo library, but it can...
Click to read more »Opaque data type
Sabtu, 2025-04-26 20:53:22provided by an operating system to application software. For example, the POSIX standard for threads defines an application programming interface based...
Click to read more »Wrapper library
Selasa, 2025-10-21 04:53:27of a common wrapper library implementation over a C POSIX library header <pthread.h> (for POSIX threads, or "pthreads"). In this example, a C++ interface...
Click to read more »Df (Unix)
Selasa, 2026-02-03 11:29:29Guide since issue 2 of 1987. It was inherited into the first version of POSIX and the Single Unix Specification (SUS). The implementation of df bundled...
Click to read more »Direct Rendering Infrastructure
Minggu, 2025-08-10 09:52:29ago (1998-08) Stable release 2.4.x / February 2009 Written in C Platform POSIX Type Framework / API License MIT and other licenses Website dri.freedesktop...
Click to read more »Maxima (software)
Sabtu, 2026-06-06 11:51:23and the physical sciences. It is written in Common Lisp and runs on all POSIX platforms such as macOS, Unix, BSD, and Linux, as well as under Microsoft...
Click to read more »Spawn (computing)
Rabu, 2026-06-03 02:18:24also a different family of spawn functions in an optional extension of the POSIX standards. The DOS/Windows spawn functions are inspired by Unix functions...
Click to read more »Find (Unix)
Senin, 2026-04-20 01:07:45Plett, and Tim Wood. The GNU implementation provides features beyond the POSIX specification. The command was ported to the IBM i operating system. The...
Click to read more »Ur (programming language)
Senin, 2026-03-02 03:57:46years ago (2020-02-09) Typing discipline static, row Platform x86-64 OS POSIX License MIT Filename extensions .ur, .urs, .urp Website impredicative.com/ur...
Click to read more »Shuf
Senin, 2026-03-09 19:28:11bundled in GNU coreutils was written by Paul Eggert. It is not a part of POSIX. $ ls Wikibooks Wikipedia Wiktionary $ # Shuffles input $ ls | shuf Wikipedia...
Click to read more »Hard link
Rabu, 2026-07-15 11:57:16additional hard links to directories. POSIX-compliant operating systems, such as Linux, Android, macOS, and the non-POSIX-compliant Windows NT family, support...
Click to read more »XtreemFS
Jumat, 2025-11-28 02:13:31scenarios, including network partitions) fault tolerance, while maintaining POSIX file system semantics. Fault-tolerance is achieved by using Paxos-based...
Click to read more »Common Locale Data Repository
Sabtu, 2026-03-07 13:42:28and operating systems. CLDR overlaps somewhat with ISO/IEC 15897 (POSIX locales). POSIX locale information can be derived from CLDR by using some of CLDR's...
Click to read more »Green thread
Jumat, 2026-06-19 13:29:49threads. Examples: In C for POSIX systems, makecontext provides for lightweight co-operative threads. Not included in POSIX.1-2008 specifications due to...
Click to read more »LDAP Admin
Senin, 2026-01-12 18:23:50functionality by supporting a number of application-specific LDAP objects such as Posix and Samba groups and accounts, Postfix objects and a number of Active Directory...
Click to read more »Barrier (computer science)
Rabu, 2026-04-15 09:13:26it is lifted. This can be demonstrated by the following C example using POSIX threads. #include <stdio.h> #include <pthread.h> #define TOTAL_THREADS 2...
Click to read more »Git
Selasa, 2026-08-04 08:03:14scripts written in Shell script, Perl, Tcl and Python Operating system POSIX (Linux, macOS, Solaris, AIX), Windows Available in English Type Version...
Click to read more »Flock (web browser)
Minggu, 2026-07-05 22:32:25Flock is a discontinued web browser that specialized in providing social networking and Web 2.0 facilities built into its user interface. Earlier versions...
Click to read more »HarmonyOS 5
Jumat, 2026-07-24 21:02:13needed] It achieves compatibility through an abstraction layer that supports POSIX APIs and integrates musl-libc for advanced devices. This design allows HarmonyOS...
Click to read more »Nohup
Senin, 2026-05-11 05:02:53nohup is a POSIX command which means "no hang up". Its purpose is to execute a command such that it ignores the HUP (hangup) signal and therefore does...
Click to read more »Ps (Unix)
Selasa, 2026-02-03 11:50:35Interfaces (XSI), an optional extension to POSIX. Most systems derived from BSD fail to accept the SUS and POSIX standard options because of historical conflicts...
Click to read more »Surf (web browser)
Rabu, 2025-12-17 21:14:05surf is a minimalist web browser developed by suckless.org. The user interface does not include any graphical control elements; it is controlled via keyboard...
Click to read more »Firefox
Sabtu, 2026-08-08 14:32:20Mozilla Firefox, or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation...
Click to read more »Comparison of DNS server software
Rabu, 2026-05-20 10:05:37code should be easily portable to POSIX- and BSD-compatible systems, provided that those systems support the POSIX threads (pthreads). The rest might...
Click to read more »Genode
Sabtu, 2026-06-06 16:07:18TCP/IP stacks and packet-level network services. Applications based on the POSIX interface, including GNU coreutils, bash, GCC, binutils, and findutils....
Click to read more »Strip (Unix)
Minggu, 2026-07-19 14:27:29the -s option. strip (without any options) has been standardized under POSIX since X/Open Portability Guide Issue 2 (1987). The command is available...
Click to read more »C mathematical functions
Senin, 2026-07-13 07:07:05generation. The arc4random family of random number functions are not defined in POSIX standard, but is found in some common libc implementations. It used to refer...
Click to read more »Links (web browser)
Senin, 2026-07-20 02:54:40Links is a free software text and graphical web browser with a pull-down menu system. It renders complex pages, has partial HTML 4.0 support (including...
Click to read more »Moose File System
Senin, 2026-05-18 21:27:30Moose File System (MooseFS) is an open-source, POSIX-compliant distributed file system developed by Core Technology. MooseFS aims to be fault-tolerant...
Click to read more »Mv (Unix)
Senin, 2026-02-23 01:27:10are a part of X/Open Portability Guidelines, later the basis of POSIX and SUS. A POSIX-compliant implementation must support these. When a file is moved...
Click to read more »Internet Explorer 4
Minggu, 2026-07-19 09:53:25Microsoft Internet Explorer 4 (IE4) is the fourth version of the Internet Explorer graphical web browser that Microsoft unveiled in Spring of 1997, and...
Click to read more »TigerVNC
Kamis, 2026-05-28 05:29:51system Server: Linux; Client: MS Windows (32-bit/64-bit) (NT/2000/XP), POSIX (Linux/BSD/OS X/UNIX-like OSes), MinGW/MSYS (MS Windows) Available in English...
Click to read more »Capability Hardware Enhanced RISC Instructions
Jumat, 2026-02-20 14:39:59top. In 2019 CheriABI demonstrated a fully memory-safe implementation of POSIX, allowing existing desktop software to become memory safe with a single...
Click to read more »Sort (Unix)
Sabtu, 2026-06-13 16:48:54X/Open Portability Guide Issue 2 (1987). From there it was inherited into POSIX. The version of sort bundled in GNU coreutils was written by Mike Haertel...
Click to read more »Basename
Selasa, 2026-02-03 11:57:40Guidelines issue 2 of 1987. It was inherited into the first version of POSIX and the Single Unix Specification. It first appeared in 4.4BSD. The version...
Click to read more »Midori (web browser)
Sabtu, 2026-05-23 19:54:42Midori (Japanese: 緑, lit. 'green') is a free and open-source web browser. In 2019, the Midori project was acquired by the Astian Foundation. After the...
Click to read more »Echo (command)
Rabu, 2026-02-11 02:38:06by default, and some do not. Some accept options, and some do not. The POSIX specification leaves the behavior unspecified if the first argument is -n...
Click to read more »Cron
Kamis, 2026-07-30 09:23:21frequencies). It is shorthand for the more verbose POSIX form 5,10,15,20,25,30,35,40,45,50,55,00. POSIX does not define a use for slashes; its rationale...
Click to read more »Valkey
Jumat, 2026-05-08 19:50:47io. Retrieved 7 April 2024. Redis is written in ANSI C and works in most POSIX systems like Linux, *BSD, OS X without external dependencies. "valkey/COPYING"...
Click to read more »Unix wars
Kamis, 2026-04-16 19:25:47we have had until now". POSIX offered potential neutrality for some, such as Apple Computer, in the Unix wars. The 1988 POSIX standard initially concentrated...
Click to read more »Temporary file
Kamis, 2026-06-18 10:39:27names. On POSIX systems, temporary files can be safely created with the mkstemp or tmpfile library functions. Some systems provide the former POSIX (now removed)...
Click to read more »Patch (Unix)
Senin, 2026-05-11 01:16:32sources.unix) in May 1985. patch was added to XPG4, which later became POSIX. Wall's code remains the basis of "patch" programs provided in OpenBSD,...
Click to read more »Qshell
Sabtu, 2025-03-29 18:20:59interpreter (shell) for the IBM i operating system. Qshell is based on POSIX and X/Open standards. It is a Bourne-like shell that also includes features...
Click to read more »Toybox
Sabtu, 2026-06-13 19:06:18simplicity, smallness, speed and standard compliance. Toybox aims to be mostly POSIX-2008 and LSB 4.1 compatible, and does not focus on having every option found...
Click to read more »Everything is a file
Senin, 2026-04-20 15:00:15unnameable file descriptors. The later invention of named pipes (FIFOs) by POSIX fills this gap. This does not mean that the only operations on an object...
Click to read more »Clonezilla
Sabtu, 2026-02-14 07:16:162023; 3 years ago (2023-05-07) Written in Perl, Unix shell Operating system POSIX, Linux Available in English, Spanish, French, Italian, Japanese, Chinese...
Click to read more »Mmap
Sabtu, 2026-07-25 13:59:05In computing, mmap(2) is a POSIX-compliant Unix system call that maps files or devices into memory. It is a method of memory-mapped file I/O. It implements...
Click to read more »Apple Filing Protocol
Jumat, 2026-07-31 03:31:42classic Mac OS, and Apple II computers. AFP supports Unicode file names, POSIX and access-control list permissions, resource forks, named extended attributes...
Click to read more »File attribute
Senin, 2026-06-29 04:25:12system objects may have attributes. In Unix and Unix-like systems, including POSIX-conforming systems, each file has a 'mode' containing 9 bit flags controlling...
Click to read more »Linux Standard Base
Jumat, 2026-07-24 14:23:35structure, including the Filesystem Hierarchy Standard. LSB was based on the POSIX specification, the Single UNIX Specification (SUS), and several other open...
Click to read more »Find first set
Kamis, 2026-08-06 18:55:36significant one bit. There are two common variants of find first set, the POSIX definition which starts indexing of bits at 1, herein labelled ffs, and...
Click to read more »Make (software)
Sabtu, 2026-05-23 07:08:53Python-driven implementation for compiling and running bioinformatics workflows. POSIX includes standardization of the basic features and operation of the Make...
Click to read more »Epoch (computing)
Sabtu, 2026-07-11 07:19:52removed from a particular arbitrary date and time. For instance, Unix and POSIX measure time as the number of seconds that have passed since Thursday 1...
Click to read more »Go (programming language)
Minggu, 2026-08-09 02:22:43rather than correctness and flexibility; as an example, the language uses POSIX file semantics on all platforms, and therefore provides incorrect information...
Click to read more »RedoxOS
Selasa, 2026-04-21 11:15:22AArch64, RISC-V Kernel type Microkernel Userland Custom Influenced by POSIX Default user interface Command-line, Orbital License MIT Official website...
Click to read more »Pg (Unix)
Sabtu, 2026-04-04 05:21:30vi, but commands are different. As of 2018, pg has been removed from the POSIX specification, but is still included in util-linux. Users are expected to...
Click to read more »Interix
Senin, 2026-08-03 17:22:42Windows Services for UNIX, and a superset of the Microsoft POSIX subsystem. Like the POSIX subsystem, Interix was an environment subsystem for the NT...
Click to read more »Child process
Jumat, 2026-04-24 22:57:41child process: the fork system call (preferred in Unix-like systems and the POSIX standard) and the spawn (preferred in the modern (NT) kernel of Microsoft...
Click to read more »Netcat
Senin, 2026-06-08 14:53:12(1.10) was released in March 1996. There are several implementations on POSIX systems, including rewrites from scratch like GNU netcat or OpenBSD netcat...
Click to read more »Robotfindskitten
Senin, 2026-06-01 11:29:23game has been ported to and/or implemented on over 30 platforms, including POSIX, the Dreamcast, Palm OS, TI-99/4A, the Z-machine, the Sony PSP, Android...
Click to read more »NetBSD
Selasa, 2026-08-04 15:28:05including on a different operating system (the framework supports most POSIX-compliant systems). Several embedded systems using NetBSD have required...
Click to read more »Vim (text editor)
Minggu, 2026-06-28 06:18:14compatibility mode, Vim is not entirely compatible with vi as specified by POSIX. For example, Vim does not support vi's open mode. Vim's developers state...
Click to read more »Rump kernel
Jumat, 2026-05-22 11:05:47NetBSD drivers can be used on top of the rump kernel on a wide range of POSIX operating systems, such as the Hurd, Linux, NetBSD, DragonFly BSD, Solaris...
Click to read more »Modern Operating Systems
Senin, 2025-11-24 17:35:13German Series Learning Subject covers current UNIX® standards (POSIX.1-2001 /SUSv3 and POSIX.1-2008 /SUSv4 ) Published 1st edition 1992 2nd edition 2001...
Click to read more »Tilde
Kamis, 2026-08-06 19:07:59Development Group (26 September 2024). "PostgreSQL 17.0 Documentation". 9.7.3. POSIX Regular Expressions. Retrieved 20 October 2024. "Perl expressions: operators...
Click to read more »DNA-OS
Selasa, 2026-07-14 23:30:07to supersede MutekA, an obsolete operating system, while still providing POSIX thread API. As said on the SoCLib website, "It is a kernel-mode lightweight...
Click to read more »Windows NT
Jumat, 2026-08-07 13:13:47achieved with support for several API "personalities", including Windows API, POSIX, and OS/2 APIs—the latter two were phased out starting with Windows XP....
Click to read more »Google Test
Selasa, 2026-06-16 03:11:18systems (OS), including those using the Portable Operating System Interface (POSIX; e.g., Linux, macOS), a set of standard OS interfaces, and Microsoft Windows...
Click to read more »C++ Standard Library
Senin, 2026-07-13 06:11:08may be implemented by some compiler vendors. The posix namespace is reserved, presumably for use of POSIX APIs, but it currently remains unused. Identifiers...
Click to read more »Madagascar (software)
Rabu, 2025-09-10 05:13:29Preview release Through Github Written in C, C++, Python Operating system Posix Type Geophysical software License GNU General Public License Website ahay...
Click to read more »Gzip
Selasa, 2026-04-14 18:44:33algorithm Comparison of file archivers List of archive formats List of POSIX commands Open file format – Published specification for storing digital...
Click to read more »Quotation mark
Selasa, 2026-07-28 18:56:34_region for disambiguation; suitable for localisation using {{{1}}} as per Posix. Appleyard, David (2012). Colloquial Amharic: The Complete Course for Beginners...
Click to read more »Falkon
Minggu, 2025-12-28 18:10:17Falkon (formerly QupZilla) is a free and open-source web browser developed by KDE. It is built on the QtWebEngine, which is a wrapper for the Chromium...
Click to read more »M4 (computer language)
Minggu, 2026-05-10 23:24:17included in most Unix-like operating systems, and is a component of the POSIX standard. The language was designed by Brian Kernighan and Dennis Ritchie...
Click to read more »Atomicity (database systems)
Minggu, 2025-12-28 06:55:49implementation relies on operating-system functionality. At the file-system level, POSIX-compliant systems provide system calls such as open(2) and flock(2) that...
Click to read more »Austin Group
Kamis, 2025-04-24 03:02:08technical working group formed to develop and maintain a common revision of POSIX.1 and parts of the Single UNIX Specification. It is named after the location...
Click to read more »Henry Spencer
Sabtu, 2026-08-08 23:13:14Spencer donated a second version of his RE library to 4.4BSD, following the POSIX standard for regular expressions. Spencer was technical lead on the FreeS/WAN...
Click to read more »Error message
Jumat, 2026-08-07 10:47:47that an application unexpectedly stopped working or crashed. Success In POSIX and other contexts, success is sometimes and confusingly reported as an...
Click to read more »Filesystem in Userspace
Kamis, 2026-07-16 18:02:43A distributed read-only software distribution system, implemented as a POSIX filesystem in user space (FUSE) using HTTP transport, to deliver software...
Click to read more »Drizzle (database server)
Rabu, 2025-10-22 08:42:24Linux, FreeBSD, Mac OS X, and Solaris – in general, any OS that conforms to POSIX and has a working implementation of the GNU Autotools. Microsoft Windows...
Click to read more »Thread (computing)
Minggu, 2026-07-19 20:53:15scheduler. Scheduler activations used by older versions of the NetBSD native POSIX threads library implementation (an M:N model as opposed to a 1:1 kernel...
Click to read more »Terminator (terminal emulator)
Jumat, 2025-08-08 04:16:48systems that use the X Window System. Terminator will run on any modern POSIX system running Java 6 or later. Terminator is licensed under the GPL-2.0-or-later...
Click to read more »Curses (programming library)
Sabtu, 2026-05-23 13:46:41Linux, OpenBSD, FreeBSD, and NetBSD, it has been ported to many other ANSI/POSIX UNIX systems, mainly by Thomas Dickey. PDCurses, while not identical to...
Click to read more »OpenRC
Selasa, 2026-02-10 08:22:45management system, and a daemon supervisor (optional). It is written in C and POSIX-compliant shell, making it usable on BSD and Linux systems. The core part...
Click to read more »ELinks
Senin, 2026-03-02 03:33:21ELinks is a text-based web browser for the operating systems DOS, Linux, and Windows. It is free and open-source software with a GNU General Public License...
Click to read more »Daylight saving time
Minggu, 2026-08-09 01:56:42Older or stripped-down systems may support only the TZ values required by POSIX, which specify at most one start and end rule explicitly in the value. For...
Click to read more »Bcheck
Selasa, 2024-11-19 22:58:36In Solaris, bcheck (batch utility for Runtime Checking (RTC)) is a memory access and memory leak checking tool based on dbx. It is commonly used in software...
Click to read more »MS-DOS
Senin, 2026-07-27 16:51:41command-line utilities from Win32, MS-DOS, OS/2 1.x and POSIX. The emulators for MS-DOS, OS/2 and POSIX use the host's window in the same way that Win16 applications...
Click to read more »REX OS
Rabu, 2025-11-12 05:36:02ported to ARM, and x86 architectures are no longer supported. REX is not POSIX compliant or open-source software and requires a proprietary software license...
Click to read more »Fowler–Noll–Vo hash function
Kamis, 2026-07-30 07:43:55algorithm was taken from an idea sent as reviewer comments to the IEEE POSIX P1003.2 committee by Glenn Fowler and Phong Vo in 1991. In a subsequent...
Click to read more »Symlink race
Senin, 2025-12-15 17:24:48symbolic-link (dangling or otherwise) and has become standardized in POSIX.1-2008. The POSIX C standard library function mkstemp can be used to safely create...
Click to read more »Unistd.h
Jumat, 2025-12-26 00:56:15of the header file that provides access to the POSIX operating system API. It is defined by the POSIX.1 standard, the base of the Single Unix Specification...
Click to read more »GNU nano
Selasa, 2025-12-30 15:04:39software portal Comparison of text editors List of text editors List of POSIX commands Pico (text editor) GPL-3.0-or-later: Since 2.0.7. GPL-2.0-or-later:...
Click to read more »SerenityOS
Selasa, 2026-07-28 21:46:26Supported platforms x86-64, ARM, RISC-V Kernel type Monolithic Userland POSIX Default user interface GUI License BSD-2-Clause Official website www.serenityos...
Click to read more »Backtick
Rabu, 2026-07-01 00:21:19$ echo "It is now `date`" It is now Thu Aug 6 12:09:39 UTC 2026 In all POSIX shells (including Bash and Zsh), the use of backticks for command substitution...
Click to read more »Dooble
Sabtu, 2026-06-06 06:18:06result, Dooble should be portable to any system that supports OpenSSL, POSIX threads, Qt, SQLite, and other libraries. Dooble is designed and implemented...
Click to read more »OpenServer
Jumat, 2026-07-03 01:24:14multi-threading application support for C, C++, and Java applications through the POSIX interface. OpenServer 6 features kernel-level threading (not found in 5...
Click to read more »XAM
Kamis, 2026-02-12 10:40:32storage devices. XAM is similar in function to a file-system API such as the POSIX file and directory operations, in that it allows applications to store and...
Click to read more »Memory-disk synchronization
Rabu, 2025-08-27 05:15:17with the sync command. mmap, a POSIX-compliant Unix system call that maps files or devices into memory msync, a POSIX-compliant Unix system call that...
Click to read more »System V Interface Definition
Jumat, 2022-09-23 22:56:33"System V R3". By the 1990s, however, its importance was largely eclipsed by POSIX and the Single UNIX Specification, which were based in part upon the SVID...
Click to read more »Apertium
Rabu, 2025-09-17 13:41:25April 2025; 15 months ago (10 April 2025) Written in C++ Operating system POSIX compatible and Windows NT (limited support) Available in 35 languages, see...
Click to read more »Hierarchical File System (IBM MVS)
Selasa, 2026-04-14 19:14:26IBM's Hierarchical File System (HFS) is a POSIX-style hierarchical file system for the MVS/ESA/SP through z/OS operating systems. IBM introduced HFS on...
Click to read more »Mingw-w64
Rabu, 2026-05-06 06:53:39a more complete Win32 API implementation, including: Better C99 support POSIX Threads (pthreads) support (including the possibility to enable C++11 thread-related...
Click to read more »Comparison of parser generators
Senin, 2026-06-15 00:15:35machine, .NET framework, Windows, POSIX (depends on output language) No Free, GNU GPL CppCC LL(k) ? C++ Mixed generated POSIX No Free, GNU GPL CUP LALR(1)...
Click to read more »Stat (system call)
Selasa, 2026-07-07 07:11:47the system call via a command-line interface. The C POSIX library header sys/stat.h, found on POSIX and other Unix-like operating systems, declares stat()...
Click to read more »X/Open
Selasa, 2026-06-02 14:45:48the AT&T System V Interface Definition, the guide has a wider scope than POSIX, which is only concerned with direct operating system interfaces. The guide...
Click to read more »Ext4
Jumat, 2026-07-17 18:17:56one. Replacing files by the rename() call is guaranteed to be atomic by POSIX standards – i.e. either the old file remains, or it is overwritten with...
Click to read more »SquashFS
Sabtu, 2026-03-14 07:11:5616 EiB (264) bytes Max file size 16 EiB (264) bytes Features Attributes POSIX and extended attributes Transparent compression gzip LZMA LZO LZMA2 LZ4...
Click to read more »Bus error
Kamis, 2025-08-14 16:27:35memory access violations: problems in the logical address or permissions. On POSIX-compliant platforms, bus errors usually result in the SIGBUS signal being...
Click to read more »LiteOS
Minggu, 2026-03-08 18:50:04lightweight real-time operating system (RTOS) developed by Huawei. It is a POSIX compliant operating system for Internet of things (IoT) devices, and free...
Click to read more »Load (computing)
Rabu, 2026-02-25 06:19:27present on most UNIX systems since 4.3BSD-Reno of 1990 (but is not part of POSIX). On Linux specifically, one can also read /proc/loadavg for this information...
Click to read more »Comparison of CAD, CAM, and CAE file viewers
Kamis, 2026-04-23 22:04:02Solutions Windows 14 Proprietary Yes EN DXF, DWG, DRW LibreCAD LibreCAD POSIX 2.2.1.4 2026-03-03 GPL-2.0-only No CN, EN, ES, FR, DE, HU, IT, JP, RU,...
Click to read more »DCEThreads
Jumat, 2025-07-18 13:28:49but the POSIX committee had not finalised POSIX threads at the time. The Open Group had to make a decision about which to use, and the final POSIX threads...
Click to read more »Command (computing)
Sabtu, 2025-12-20 04:25:47include owner information. dir /Q Formal grammar Gesture recognition List of POSIX commands List of DOS commands Kernighan, Brian W.; Pike, Rob (1984). The...
Click to read more »Horizon OS
Rabu, 2026-07-22 00:37:16software, known under the codename Horizon Nintendo Switch system software, a POSIX/Unix-like operating system for Switch and Switch 2 also known as Horizon...
Click to read more »Exit (system call)
Minggu, 2025-11-09 13:50:41On many computer operating systems, a computer process terminates its execution by making an exit system call. More generally, an exit in a multithreading...
Click to read more »GNU Hurd
Rabu, 2026-07-22 20:14:58links for filesystems that do not support them. term (terminal server): A POSIX terminal. usermux (user multiplexer server): Invokes user-specific translators...
Click to read more »Coroutine
Selasa, 2026-07-28 10:35:13which supports context swapping on ARM, MIPS, PowerPC, SPARC and x86 on POSIX, Mac OS X and Windows. Coroutines can be built upon Boost.Context. In situations...
Click to read more »QUIC
Senin, 2026-08-03 09:10:16License version 2 C An in‑kernel QUIC implementation for Linux, offering standard POSIX socket APIs to kernel subsystems and userspace applications....
Click to read more »CMU Common Lisp
Kamis, 2026-01-15 22:25:21/ October 1, 2025; 10 months ago (2025-10-01) Operating system Several POSIX-compliant OSs Platform Cross-platform Available in Common Lisp Type Compiler...
Click to read more »Packrat parser
Sabtu, 2026-03-14 02:29:23grammar ambiguity) C++ Identical All Free, BSD Narwhal Packrat C Mixed POSIX, Windows Free, BSD neotoma Packrat Erlang Separate All Free, MIT OMeta Packrat...
Click to read more »Asynchronous I/O
Kamis, 2026-07-16 08:39:16effects on latency and throughput in some cases. Forms of I/O and examples of POSIX functions: All forms of asynchronous I/O open applications up to potential...
Click to read more »Open (system call)
Selasa, 2025-11-18 02:27:49executed in the event of an error. The open call is standardized by the POSIX specification for the C language: int open(const char* path, int oflag,...
Click to read more »List of Unix systems
Selasa, 2026-07-28 15:00:38History of the Berkeley Software Distribution List of BSD operating systems POSIX Single UNIX Specification Unix-like Unix wars Two of the distros are certified...
Click to read more »Operating system
Kamis, 2026-08-06 03:07:38Software Distribution (BSD). To increase compatibility, the IEEE released the POSIX standard for operating system application programming interfaces (APIs)...
Click to read more »Pintos
Sabtu, 2026-03-07 06:29:39user-space drivers Xinu ~10k Monolithic C x86 / ARM SMP, paging, virtual memory xv6 ~10k Monolithic C x86 / x86-64 / RISC-V user-space drivers, POSIX layer...
Click to read more »WinSCP
Sabtu, 2026-06-13 21:01:43LiberKey and PortableApps.com. The portable version runs on Wine on several POSIX-compliant operating systems, such as Linux, macOS, and BSD. Some older versions...
Click to read more »KAI T-50 Golden Eagle
Jumat, 2026-08-07 21:34:13system to be developed by an Asian company, and holds both DO-178B and IEEE POSIX certification. Samsung Thales and LIG Nex1 are the main avionics and Electronic...
Click to read more »GNU Readline
Selasa, 2026-06-30 08:06:28employee Brian Fox to implement line editing functionality required by POSIX for its shell. After the release of version 1.05, Fox passed control to...
Click to read more »Expand (Unix)
Sabtu, 2025-12-06 21:20:57vertical alignment. Originally, developed for Unix and standardized by POSIX, it is available on many operating systems today. The command is available...
Click to read more »Csplit
Selasa, 2026-02-03 11:59:42Guide since issue 2 of 1987. It was inherited into the first version of POSIX and the Single Unix Specification. It first appeared in PWB UNIX. The version...
Click to read more »EROFS
Minggu, 2026-07-12 00:47:32flexibility together with tail-packing inline data technology. Support POSIX attributes and permissions, extended file attributes and ACL. Fixed-size...
Click to read more »Tee (command)
Minggu, 2026-08-09 03:06:50Unix-based utilities from GNU List of POSIX commands syslog – Network event logging system and protocol "Man Page for tee (posix Section 1)". IEEE Std 1003.1,...
Click to read more »Sleep (system call)
Selasa, 2025-12-16 06:51:54QueryPerformanceCounter(), such as the one used in gnulib. On Unix-like and other POSIX operating systems, the sleep() function is called providing a single parameter...
Click to read more »Byte
Rabu, 2026-07-15 07:16:31not actually work if compiled with a byte size other than 8 bit. Further POSIX says "A byte is composed of a contiguous sequence of 8 bits." Today, non-8-bit...
Click to read more »Toit
Jumat, 2026-08-07 01:45:58Optional Memory management Garbage collected Platform x86-64, ESP32 OS POSIX, Windows, FreeRTOS License LGPL Filename extensions .toit Website www.toitlang...
Click to read more »Filename
Selasa, 2026-07-28 22:40:27is to limit directory names and file names to the 65 characters in the POSIX portable filename character set. One common approach is to store the full...
Click to read more »Man page
Sabtu, 2026-08-08 22:15:27numbering scheme used by Research Unix, while System V uses a different order: POSIX APIs are present in both sections 2 and 3, where section 2 contains APIs...
Click to read more »Audacious (software)
Sabtu, 2026-07-04 06:33:34of audio formats.[citation needed] It is designed primarily for use on POSIX-compatible Unix-like operating systems, with limited support for Microsoft...
Click to read more »Time (Unix)
Selasa, 2026-02-03 11:53:24000s $ time (either a standalone program, or when Bash shell is running in POSIX mode AND time is invoked as time -p) reports to standard error output. Portable...
Click to read more »Test (Unix)
Senin, 2026-05-11 00:41:45must be surrounded by blank spaces (this is because [ is a program and POSIX compatible shells require a space between the program name and its arguments)...
Click to read more »UClibc
Kamis, 2026-07-02 15:02:01Standard library Char File I/O Math Dynamic memory String Time Variadic POSIX Implementations Bionic libhybris dietlibc glibc EGLIBC klibc Windows CRT...
Click to read more »Event loop
Jumat, 2026-05-29 23:35:48example, being interrupted by a frustrated user). The solution arrived at by POSIX is the pselect() call, which is similar to select() but takes an additional...
Click to read more »A/UX
Sabtu, 2026-05-23 01:23:40compliant with POSIX and System V Interface Definition (SVID), and includes TCP/IP networking since version 2. Having a Unix-compatible, POSIX-compliant operating...
Click to read more »XNU
Jumat, 2026-07-24 11:23:08(BSD) part of the kernel provides the Portable Operating System Interface (POSIX) application programming interface (API, BSD system calls), the Unix process...
Click to read more »PATH (variable)
Jumat, 2026-05-08 18:27:37and /usr/bin, and a search path, became part of the operating system. On POSIX and Unix-like operating systems, the $PATH variable is specified as a list...
Click to read more »Tz database
Senin, 2026-06-22 11:30:19which represents Coordinated Universal Time. In order to conform with the POSIX style, those zone names beginning with "Etc/GMT" have their sign reversed...
Click to read more »Stdarg.h
Selasa, 2026-06-16 09:54:31} This program should get the following output: 4 Outdated versions of POSIX defined the legacy header <varargs.h>, which dates from before the standardization...
Click to read more »Intel Binary Compatibility Standard
Sabtu, 2026-06-20 04:09:31in 1988, and updated in 1990. It extends source-level standards such as POSIX and XPG3 by standardizing various operating system interfaces, including...
Click to read more »ECryptfs
Kamis, 2025-12-04 18:03:47package of disk encryption software for Linux. Its implementation is a POSIX-compliant filesystem-level encryption layer, aiming to offer functionality...
Click to read more »Getmail
Senin, 2026-05-11 04:50:134 years ago (2021-10-31) Written in Python Operating system Unix-like, Posix Type E-mail License GNU General Public License v2 Website pyropus.ca/software/getmail/...
Click to read more »Ampersand
Selasa, 2026-08-04 22:57:11shells use the ampersand as a metacharacter: Some Unix shells, like the POSIX standard sh shell, use an ampersand to execute a process in the background...
Click to read more »Python Package Index
Jumat, 2025-11-21 00:50:02against their metadata, such as free software license or compatibility with POSIX. A single entry on PyPI is able to store, aside from just a package and...
Click to read more »Dynamic-link library
Rabu, 2026-07-01 19:57:45was: %f\n", result); return 0; } The Python ctypes binding will use POSIX API on POSIX systems. import ctypes my_dll = ctypes.cdll.LoadLibrary("Example.dll")...
Click to read more »Advanced Linux Sound Architecture
Minggu, 2026-05-24 19:13:53targets embedded systems, bionic was written for Android, etc. All aim to be POSIX/SUS-compatible. Kernel mode Linux kernel stat, splice, dup, read, open,...
Click to read more »Freedup
Senin, 2026-05-11 18:35:13is sufficient documentation how to strip the tags. freedup is written in POSIX compliant C and is released under the GNU General Public License. Its complexity...
Click to read more »Windows API
Selasa, 2026-06-30 01:52:16audio APIs C++/WinRT – Windows Runtime library for C++ Windows Native API C POSIX library C standard library C++ standard library Both Pascal and x86 assembly...
Click to read more »Bell character
Minggu, 2026-02-01 10:00:00G. On Unix the user may need to type Ctrl+V first to "quote" the ^G. On POSIX systems, one may also use: printf '\a' and in the Bash shell, one may use...
Click to read more »Daos (software)
Rabu, 2026-06-24 04:25:56data. Its baseline is a key-value-array store over which data models like POSIX namespaces and HDF5 datasets have been implemented. Legend: Unsupported...
Click to read more »Mail (Unix)
Senin, 2026-05-11 17:43:49the base for the standardization of a mail program by the OpenGroup, the POSIX standardized variant mailx. Cleancode email mailx McIlroy, M. D. (1987)...
Click to read more »Emscripten
Rabu, 2026-08-05 09:59:47interpreted or dynamically compiled JavaScript. It even emulates an entire POSIX operating system, enabling programmers to use functions from the C standard...
Click to read more »Poll (Unix)
Rabu, 2025-12-03 08:46:40poll is a POSIX system call to wait for one or more file descriptors to become ready for use. On the BSD descendants and macOS, it has been largely superseded...
Click to read more »Universally unique identifier
Sabtu, 2026-08-08 11:26:01an integer identifier meaningful within the specified local domain. On POSIX systems, local-domain numbers 0 and 1 are for user ids (UIDs) and group...
Click to read more »Job control (Unix)
Selasa, 2026-06-09 02:25:31although a user may redirect output for a background job to prevent this. POSIX specifies the user interface to job control – modeled on the Korn shell...
Click to read more »History of Unix
Kamis, 2026-08-06 22:20:12the IEEE's POSIX specification (1988), designed as a compromise API readily implemented on both BSD and System V platforms. In 1993, POSIX was mandated...
Click to read more »ISO 9660
Sabtu, 2026-08-01 17:21:40indicator (note: dropped from standard after version 1.09) PX: POSIX file attributes PN: POSIX device numbers SL: symbolic link NM: alternate name CL: child...
Click to read more »Hiawatha (web server)
Minggu, 2026-08-02 02:31:44AIX, Linux, OpenBSD, OS X, QNX, Solaris, Unix-like and Windows Platform POSIX, Cross-platform Available in English Type Web server License GPL-2.0-only...
Click to read more »C*
Selasa, 2026-04-14 10:01:13Standard library Char File I/O Math Dynamic memory String Time Variadic POSIX Implementations Bionic libhybris dietlibc glibc EGLIBC klibc Windows CRT...
Click to read more »Grand Central Dispatch
Selasa, 2026-02-17 06:40:44as a socket or file descriptor being ready for reading or writing, or a POSIX signal. Dispatch Groups are objects that allow several tasks to be grouped...
Click to read more »Windows Subsystem for Linux
Kamis, 2026-07-30 20:48:56foray into achieving Unix-like compatibility on Windows was the Microsoft POSIX subsystem, superseded by Windows Services for UNIX via MKS/Interix, which...
Click to read more »ISO 13490
Minggu, 2025-08-17 11:31:07several improvements over its predecessor. It fully addresses the filename, POSIX attribute, and multibyte character issues that were not handled by ISO 9660...
Click to read more »Windows XP
Jumat, 2026-08-07 05:44:19commands available in its Windows 9x predecessor were removed, as were the POSIX and OS/2 environment subsystems. In networking, NetBEUI, NWLink and NetDDE...
Click to read more »Dollar sign
Minggu, 2026-08-09 11:42:32catalog records. $ matches the end of a line or string in sed, grep, and POSIX and Perl regular expressions, as well as the end of a line or the file in...
Click to read more »ViolaWWW
Minggu, 2026-02-22 04:09:00ViolaWWW is a discontinued web browser, the first to support scripting and stylesheets for the World Wide Web (WWW). It was first released in 1991/1992...
Click to read more »Restricted shell
Rabu, 2026-04-08 17:39:17system as a whole. The restricted mode of the Bourne shell sh, and its POSIX workalikes, is used when the interpreter is invoked in one of the following...
Click to read more »24-hour clock
Kamis, 2026-07-16 20:40:16settings. The 24-hour system is commonly used in text-based interfaces. POSIX programs such as ls default to displaying timestamps in 24-hour format....
Click to read more »Ceph (software)
Kamis, 2026-04-30 14:34:59manages HDDs and SSDs with its own storage backend BlueStore and can expose a POSIX filesystem. Ceph replicates data with fault tolerance, using commodity hardware...
Click to read more »Duplicity (software)
Senin, 2026-06-29 22:09:25ago (5 December 2025) Written in Python Operating system Cross-platform (POSIX) Type Backup software License GNU General Public License Website duplicity...
Click to read more »Broken pipe
Sabtu, 2026-06-13 23:47:09pipe may refer to: The character ¦, also known as a broken bar The EPIPE POSIX error code The SIGPIPE signal in inter-process communication This disambiguation...
Click to read more »Btrfs
Jumat, 2026-06-26 19:59:00data to share storage. A Btrfs subvolume can be thought of as a separate POSIX file namespace, mountable separately by passing subvol or subvolid options...
Click to read more »Iconv
Senin, 2026-05-11 00:44:32In Unix and Unix-like operating systems, iconv (an abbreviation of internationalization conversion) is a command-line program and a standardized application...
Click to read more »JIS encoding
Sabtu, 2023-12-02 20:24:09is used on UNIX systems, where the JIS encodings are incompatible with POSIX standards. A more recent alternative to JIS coded characters is Unicode...
Click to read more »Surf (video game)
Sabtu, 2026-08-08 21:38:16Media Control Interface MS-DOS 7 Next-Generation Secure Computing Base POSIX subsystem ScanDisk Video for Windows Virtual DOS machine Windows on Windows...
Click to read more »Tru64 UNIX
Sabtu, 2026-08-08 00:30:32ago (2010-10-01) Supported platforms DEC Alpha Kernel type Hybrid kernel Userland POSIX Default user interface Command-line interface License Proprietary Official...
Click to read more »BusyBox
Rabu, 2026-07-15 16:50:46implementation of many Unix commands in a single executable file. It runs in many POSIX environments including Linux, Android, and FreeBSD, although many of the...
Click to read more »Readers–writer lock
Rabu, 2025-12-03 00:21:09write Lock g Set writer_active to false Notify cond (broadcast) Unlock g. POSIX standard pthread_rwlock_t and associated operations ReadWriteLock interface...
Click to read more »PicoLisp
Kamis, 2025-12-18 18:26:45including Linux and others that are Portable Operating System Interface (POSIX) compliant. Its most prominent features are simplicity and minimalism. It...
Click to read more »Vi (text editor)
Rabu, 2026-07-29 17:40:07within these programs, is standardized by the Single Unix Specification and POSIX. vi is actually a mode of the earlier ex editor. Originally, ex lacked a...
Click to read more »Init
Rabu, 2026-07-15 01:32:24BootScripts Yes No No No No No busybox-init Yes Yes Yes Yes Yes POSIX dinit Yes Yes Yes Yes Yes POSIX Epoch Yes No No No No No finit Yes No No No No No Initng...
Click to read more »Disown (Unix)
Minggu, 2025-08-10 02:08:31them if the parent shell receives it (e.g. if the user logs out). nohup, a POSIX command to ignore the HUP (hangup) signal Bash Reference Manual: Job Control...
Click to read more »Extended file attributes
Senin, 2026-05-18 02:34:11SELinux, for example. Support for the extended attribute concept from a POSIX.1e draft[citation needed] that had been withdrawn in 1997 was added to Linux...
Click to read more »Sed
Rabu, 2026-07-08 16:04:43stream interface to it, yielding functionality similar to sed. List of POSIX commands Turing tarpit – Intentionally obscure programming language "The...
Click to read more »Crypt (C)
Senin, 2026-06-08 17:54:13crypt is a POSIX C library function. It is typically used to compute the hash of user account passwords. The function outputs a text string which also...
Click to read more »Runtime system
Jumat, 2026-01-30 05:12:37languages. Even API-invoked standalone execution models, such as Pthreads (POSIX threads), have a runtime system that implements the execution model's behavior...
Click to read more »List of GNU packages
Rabu, 2025-08-06 21:39:03to be a replacement for Unix operating systems of the 1980s and used the POSIX standards as a guide, but either definition would give a much larger "base...
Click to read more »DXVK
Sabtu, 2026-07-25 14:54:05May 2024. ProtonDB - a Proton/Wine/DXVK compatibility database DXVK - GitHub repository Wine - a Win32 compatibility layer for POSIX operating systems...
Click to read more »Process group
Senin, 2025-10-27 20:18:10In 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...
Click to read more »Waf (build system)
Selasa, 2025-07-22 13:58:103 years ago (2023-01-01) Written in Python Operating system MS Windows, POSIX Type Software development tools License New BSD License (source code), CC-BY-NC-ND...
Click to read more »Scsh
Minggu, 2025-11-02 21:48:12shell for an operating system. It is a Portable Operating System Interface (POSIX) application programming interface (API) layered on the programming language...
Click to read more »Fiwix
Kamis, 2026-01-29 14:24:53system kernel based on the UNIX architecture and fully focused on being POSIX compatible. It is designed and developed mainly as a hobbyist operating...
Click to read more »GVfs
Senin, 2025-11-10 16:44:09developers prefer it over raw POSIX calls. Among other things that means using GObject. It also means not cloning the POSIX API, but providing higher-level...
Click to read more »Protothread
Jumat, 2025-12-12 06:33:51includes a thread scheduler modeled on the UNIX kernel (a simplified form of POSIX condition variables). This source base also includes a version that supports...
Click to read more »Table of keyboard shortcuts
Rabu, 2026-08-05 00:15:59Windows (cmd.exe) Windows (PowerShell) Unix-like (bash, zsh) Unix-like (POSIX-compliant shell) Scroll through history of typed commands ↑/↓ ↑/↓ ↑/↓ or...
Click to read more »Path (computing)
Kamis, 2026-07-02 02:35:19txt").open() as open_file: ... Most Unix-like systems use a similar syntax. POSIX allows treating a path beginning with two slashes in an implementation-defined...
Click to read more »Dynamic library
Jumat, 2026-02-13 03:46:21Windows provides LoadLibrary, LoadLibraryEx, FreeLibrary and GetProcAddress. POSIX-based systems, including most UNIX and UNIX-like systems, use dlopen, dlclose...
Click to read more »Danish UNIX User Group
Selasa, 2024-12-31 21:11:30Standards use. The group is active in the standards processes for UNIX, POSIX, the Internet, the World Wide Web, and Open Document Format. The Danish...
Click to read more »Nucleus RTOS
Selasa, 2026-03-24 23:41:49loadable modules Interfaces for C++, Portable Operating System Interface (POSIX), and The Real-time Operating system Nucleus (TRON) microITRON SMP/AMP,...
Click to read more »Mac operating systems
Rabu, 2026-07-29 11:26:06computers. Most of its sales was to the U.S. government, where MacOS lacks POSIX compliance. The Macintosh Application Environment (MAE) is a software package...
Click to read more »Text file
Jumat, 2026-07-31 21:59:16Unix-like operating systems, text files format is precisely described: POSIX defines a text file as a file that contains characters organized into zero...
Click to read more »SpatiaLite
Minggu, 2025-12-28 18:48:47spatialite-gui: (C++, wxWidgets) Operating system Linux, MS-Windows, macOS, POSIX compliant systems Type Geographic information system License MPL GPL LGPL...
Click to read more »System time
Rabu, 2026-06-10 15:21:03since some arbitrary starting date, called the epoch. For example, Unix and POSIX-compliant systems encode system time ("Unix time") as the number of seconds...
Click to read more »List of Enigma machine simulators
Jumat, 2026-07-31 17:22:52Kriegsmarine M3, M4 No No Minarke (Minarke Is Not A Real Kriegsmarine Enigma) C/Posix/CLI (MacOS, Linux, UNIX, etc.) Wehrmacht, Kriegsmarine, M3, M4 No No Russell...
Click to read more »Minimo
Kamis, 2026-04-23 11:11:40Minimo (from "Mini Mozilla") was a project to create a version of the Mozilla web browser for small devices like personal digital assistants and mobile...
Click to read more »BlueOS
Jumat, 2025-12-05 07:42:28It reportedly supports different hardware architectures, with multiple POSIX standards which supports Linux kernel alongside its own RTOS kernel, with...
Click to read more »List of C++ multi-threading libraries
Selasa, 2025-10-21 04:45:44IPP OpenMP OpenThreads Parallel Patterns Library POCO C++ Libraries Threading POSIX Threads Qt QThread Rogue Wave SourcePro Threads Module Stapl TBB...
Click to read more »VAX Common Lisp
Kamis, 2025-07-17 11:13:02workstation IDE (with editor, debugger, and inspector) multi-threading (based on POSIX threads) a compiler that generated intermediate files which could be "fast-loaded"...
Click to read more »Typedef
Minggu, 2026-05-10 04:16:43practiced in some other coding systems, although POSIX explicitly reserves this practice for POSIX data types. In C++, this _t suffix is not used for...
Click to read more »Which (command)
Selasa, 2026-07-28 06:44:50the which command is similar to some implementations of the type command. POSIX specifies a command named command that also covers this functionality. The...
Click to read more »Chapel (programming language)
Senin, 2026-05-25 01:05:36Multiplatform, including Amazon Web Services, HPE Cray EX OS Mac OS, Linux, POSIX, Windows (with Cygwin), NetBSD License Apache License 2.0 Filename extensions...
Click to read more »Device file
Jumat, 2026-07-17 16:21:40whether or not the process has any open file descriptors that refer to it The POSIX standard requires only three device special files by name, /dev/console...
Click to read more »MVS
Selasa, 2026-03-10 22:16:45support (originally called OpenEdition MVS) in MVS/SP V4.3 and has obtained POSIX and UNIX™ certifications at several different levels from IEEE, X/Open and...
Click to read more »NuttX
Sabtu, 2026-05-02 02:57:44governing standards in NuttX are from the Portable Operating System Interface (POSIX) and the American National Standards Institute (ANSI). Further standard...
Click to read more »Session
Sabtu, 2026-07-11 10:31:13of a website by a particular user Session, a group of process groups in POSIX-conformant operating systems Login session Session (software), a cross-platform...
Click to read more »Printf
Jumat, 2026-07-03 03:43:56sequential. The numeric value n selects the n-th value parameter. This is a POSIX extension, not C99.[citation needed] This field allows for using the same...
Click to read more »Metaprogramming
Rabu, 2026-01-28 20:42:39Pascal Script for Object Pascal. A simple example of a metaprogram is this POSIX Shell script, which is an example of generative programming: #!/bin/sh #...
Click to read more »Memory-mapped file
Selasa, 2025-12-09 01:22:46memory are reported to the application as the SIGSEGV/SIGBUS signals on POSIX, and the EXECUTE_IN_PAGE_ERROR structured exception on Windows. All code...
Click to read more »Comparison of cluster software
Rabu, 2026-04-15 15:03:23Authentication GPG, AES-128, SHA1 None Any cluster Posix FS (gfs, gpfs, ocfs, etc.) Any cluster Posix FS (gfs, gpfs, ocfs, etc.) Heterogeneous OS Nice level...
Click to read more »OVirt
Kamis, 2026-05-28 06:17:10using the following storage solutions or protocols: NFS iSCSI Fibre Channel POSIX compliant filesystem GlusterFS Network management allows defining multiple...
Click to read more »Pip
Minggu, 2026-07-12 22:41:57Protocol pip (package manager), a Python package installer P.I.P.S. Is POSIX on Symbian, known as P.I.P.S. Precision Time Protocol Industry Profile,...
Click to read more »Lex (software)
Rabu, 2026-04-15 15:57:50Unix and Unix-like systems. An equivalent tool is specified as part of the POSIX standard. Lex reads an input stream specifying the lexical analyzer and...
Click to read more »SELinux
Jumat, 2026-08-07 16:35:49discretionary access controls (MAC and DAC) within a UNIX (more precisely, POSIX) computing environment can be attributed to the National Security Agency's...
Click to read more »Red Hat Linux
Kamis, 2026-07-02 17:42:02it was not in the best interests of KDE. Version 9 supported the Native POSIX Thread Library, which was ported to the 2.4 series kernels by Red Hat. Red...
Click to read more »Uuencoding
Sabtu, 2026-01-24 15:38:33pl source". main.linuxfocus.org. Retrieved 2024-02-12. uuencode entry in POSIX.1-2008 GNU-sharutils – open source suite of shar/unshar/uuencode/uudecode...
Click to read more »Comparison of file systems
Minggu, 2026-07-19 00:24:38express any access policy possible using simple POSIX file permissions (and far more), but use of a POSIX-like interface is not supported without an add-on...
Click to read more »Syllable Desktop
Sabtu, 2026-08-01 18:10:02Object-oriented graphical desktop environment on a native GUI architecture Mostly POSIX compliant Software ports, including Vim, Perl, Python, Apache, others. GNU...
Click to read more »Google App Runtime for Chrome
Kamis, 2026-04-02 20:47:58Google Native Client. The Native Client platform is being extended with a POSIX-compatible layer on top of the NaCl Integrated Runtime and Pepper APIs which...
Click to read more »SUA
Senin, 2024-12-02 10:54:04Cincinnati, Ohio Subsystem for UNIX-based Applications, also known as Interix, a POSIX and Unix environment subsystem for the Windows NT operating systems Sudden...
Click to read more »Maildrop
Senin, 2026-05-11 17:45:313.0 / January 11, 2026; 6 months ago (2026-01-11) Operating system All POSIX (Linux, Mac OS X, FreeBSD, Solaris) Type Mail filter License GPL Website...
Click to read more »Unexpand
Sabtu, 2025-12-06 21:20:46characters to tab characters. Originally, developed for Unix and standardized by POSIX, it is available on many operating systems today. In the following commands...
Click to read more »Xinu
Selasa, 2026-07-14 11:08:43user-space drivers Xinu ~10k Monolithic C x86 / ARM SMP, paging, virtual memory xv6 ~10k Monolithic C x86 / x86-64 / RISC-V user-space drivers, POSIX layer...
Click to read more »Chmod
Kamis, 2026-06-25 16:24:33file Group identifier – Unix/POSIX system account group number; numeric value used to represent a specific group List of POSIX commands User identifier –...
Click to read more »Recursive acronym
Jumat, 2026-07-10 11:59:14PINT: PINT Is Not TEMPO3 PIP: PIP Installs Packages P.I.P.S.: P.I.P.S. Is POSIX Symbian PNG: officially "Portable Network Graphics", but unofficially "PNG's...
Click to read more »Fork–exec
Minggu, 2026-02-22 16:15:34Fork–exec is a commonly used technique in Unix whereby an executing process spawns a new program. fork() is the name of the system call that the parent...
Click to read more »Bcachefs
Minggu, 2026-06-07 20:11:46its codebase had "been evolving ... into a full blown, general-purpose POSIX filesystem", and that "there was a really clean and elegant design" within...
Click to read more »AUTOSAR
Kamis, 2026-07-02 16:57:24operating system based on the POSIX standard. The operating system can be used by the application via a subset of the POSIX according to IEEE1003.13 (namely...
Click to read more »Join (Unix)
Selasa, 2026-04-21 03:12:49Guide since issue 2 of 1987. It was inherited into the first version of POSIX.1 and the Single Unix Specification. The version of join bundled in GNU...
Click to read more »OpenJPEG
Minggu, 2026-07-12 23:39:23ago (20 September 2025) Written in C Operating system Mac OS X, Windows, POSIX Type graphic software License BSD Website www.openjpeg.org Repository github...
Click to read more »C23 (C standard revision)
Jumat, 2026-04-10 02:43:03similar to POSIX and SVID C extensions. Add strdup() and strndup() functions in <string.h> to allocate a copy of a string – similar to POSIX and SVID C...
Click to read more »Command-line interface
Senin, 2026-07-20 07:02:40functionality is offered in various languages. For example, getopt() is in the C POSIX library for parsing arguments. In Multics, command-line options and subsystem...
Click to read more »HTMLDOC
Selasa, 2024-11-26 08:35:50C++ Operating system Windows 2000+, macOS 10.9+, Linux, UNIX Platform POSIX License GNU GPLv2 Website www.msweet.org/htmldoc/ Repository github...
Click to read more »List of concurrent and parallel programming languages
Kamis, 2026-03-19 13:06:27language syntax and not an extension such as a library (libraries such as the posix-thread library implement a parallel execution model but lack the syntax...
Click to read more »Galeon
Rabu, 2026-04-01 08:06:12Galeon is a discontinued Gecko-based web browser that was created by Marco Pesenti Gritti with the goal of delivering a consistent browsing experience...
Click to read more »SRE
Senin, 2023-05-29 13:56:41Software reverse engineering Simple regular expression, a deprecated IEEE POSIX standard about regular expressions Serious Reportable Event, an inexcusable...
Click to read more »Process.h
Senin, 2026-07-27 00:09:05most of the functions are defined by either the ANSI/ISO C standard or by POSIX. Microsoft's version of the file dates back to at least 1985, according...
Click to read more »Linux Router Project
Jumat, 2025-06-13 03:55:11specifically enhanced for LRP are still found in common usage today such as POSIXness and BusyBox. Small base OS footprint A simplified packaging system Menu...
Click to read more »OpenHarmony
Kamis, 2026-08-06 12:18:24Interface (POSIX-y) for Linux syscalls within the Linux kernel side and LiteOS kernel that is the inherent part of the original LiteOS design in POSIX API compatibility...
Click to read more »Lustre (file system)
Senin, 2026-08-03 12:20:50interface with different archive systems. A generic POSIX copytool is available for archives that provide a POSIX-like front-end interface. Copytools are also...
Click to read more »Fault injection
Senin, 2026-05-04 02:45:59libfiu (Fault injection in userspace), C library to simulate faults in POSIX routines without modifying the source code. An API is included to simulate...
Click to read more »Cross-platform software
Minggu, 2026-06-28 10:09:11and other modern Unix-like systems, as well as on Windows via the Cygwin POSIX compatibility layer, Git for Windows, or the Windows Subsystem for Linux...
Click to read more »The Open Group
Senin, 2026-06-29 06:28:27publishes the Single UNIX Specification technical standard, which extends the POSIX standards. The Open Group also develops and manages the TOGAF standard,...
Click to read more »SRM
Kamis, 2026-02-12 01:36:26several universities in India srm (Unix), a secure file deletion tool for POSIX systems Scalable Reliable Multicast, a framework for reliable multicast...
Click to read more »Xargs
Sabtu, 2026-07-11 10:21:38of the xargs command is to remove a list of files using the rm command. POSIX systems have an ARG_MAX for the maximum total length of the command line...
Click to read more »XPG
Rabu, 2024-01-31 14:11:26system which is intended to be a Unix system, and a predecessor to the POSIX standard Xeroderma pigmentosum, complementation group G, a genetic disorder...
Click to read more »Uniq
Selasa, 2026-02-03 12:10:54Guide since issue 2 of 1987. It was inherited into the first version of POSIX and the Single Unix Specification. The version bundled in GNU coreutils...
Click to read more »Time in Nigeria
Jumat, 2026-07-24 18:21:11itself: Computers which do not support "Africa/Lagos" may use the older POSIX syntax: TZ="WAT-1". Time in Africa List of time zones by country "Epitome...
Click to read more »Futex
Selasa, 2026-07-07 07:03:23building block for higher-level locking abstractions such as semaphores and POSIX mutexes or condition variables. A futex consists of a kernel-space wait...
Click to read more »List of computer algebra systems
Rabu, 2026-05-20 00:17:38Mathomatic Yes Yes Yes Yes Yes Yes No Yes No All POSIX platforms Maxima ? Yes Yes Yes Yes Yes Yes ? No All POSIX platforms with Common Lisp MuMATH Yes No No...
Click to read more »Xombrero
Senin, 2025-12-22 02:22:22xombrero (until 2012 known as xxxterm) is a discontinued open-source web browser developed with a goal to be a lightweight and secure replacement for full...
Click to read more »Open Source Tripwire
Minggu, 2025-08-03 11:32:06years ago (2018-03-31) Written in C++, Perl Operating system Linux, all POSIX/UNIX Systems Type Security, monitoring, HIDS License GPLv2 Website github...
Click to read more »Amaya (web editor)
Minggu, 2025-06-15 05:08:38Amaya (formerly Amaya World) is a discontinued free and open source WYSIWYG web authoring tool with browsing abilities. It was created by a structured...
Click to read more »QP (framework)
Minggu, 2025-12-28 18:15:15own right. For example, the QP port to POSIX supports real-time extensions and works with embedded Linux, and POSIX subsystems of such RTOSes as: QNX, INTEGRITY...
Click to read more »Comparison of audio coding formats
Jumat, 2026-07-24 22:46:57(DivX Audio v1 and DivX Audio v2) formats. This enables their use on any POSIX compatible system. Microsoft has outsourced their WMA support on Mac OS...
Click to read more »S-Lang
Selasa, 2026-02-17 08:56:043 / 5 August 2022 Written in S-Lang scripting language Operating system POSIX Type Widget toolkit License GPL 2.0 or later Website www.jedsoft.org/slang/...
Click to read more »Comparison of operating system kernels
Selasa, 2026-08-04 09:01:05FreeBSD Project. 2016-07-20. Retrieved 2026-01-23. Ed Schouten (2008-08-20). "posix_openpt(2)". FreeBSD Manual Pages. The FreeBSD Project. Retrieved 2026-03-16...
Click to read more »DirSync Pro
Selasa, 2026-01-06 11:08:54Filter based on file ownerships (user and group, POSIX only). Filter based on file permissions (POSIX systems only). DirSync Pro has a schedule engine...
Click to read more »GeoServer
Selasa, 2026-01-06 11:10:30ago (11 June 2026) Written in Java Operating system Linux, MS-Windows, macOS, POSIX compliant systems Type Geographic information system License GPL Website...
Click to read more »Erwise
Senin, 2026-06-15 17:08:54Erwise is an early discontinued web browser, and the first that was available for the X Window System. Released in April 1992, the browser was written...
Click to read more »Pytest
Senin, 2026-06-22 05:47:072026; 49 days ago (19 June 2026) Written in Python Platform macOS, Windows, POSIX Type Framework for software testing License MIT License Website pytest.org ...
Click to read more »Return-to-libc attack
Rabu, 2026-03-04 05:52:43contributed by Alexander Peslyak on the Bugtraq mailing list in 1997. On POSIX-compliant operating systems the C standard library ("libc") is commonly...
Click to read more »Systemd
Sabtu, 2026-07-04 15:56:31systemd uses many Linux-specific features, and does not limit itself to POSIX. That unlocks a lot of functionality a system that is designed for portability...
Click to read more »GPFS
Jumat, 2026-02-06 21:48:23entries for very large directories. Distributed locking. This allows for full POSIX filesystem semantics, including locking for exclusive file access. Partition...
Click to read more »Lynx Software Technologies
Rabu, 2026-06-17 03:44:28its original RTOS, LynxOS, featuring a UNIX-like user model and standard POSIX interfaces to embedded developers. LynxOS-178 is developed and certified...
Click to read more »Comm (disambiguation)
Sabtu, 2025-11-22 15:52:34dictionary. COMM, Comm or comm may also refer to: Comm may also refer to: comm, POSIX command "Comm.", the standard botanical abbreviation for scientist Philibert...
Click to read more »Allied Standards Avionics Architecture Council
Minggu, 2025-08-10 00:10:15ARINC 653 API calls (and even in POSIX calls). Approximately 30% of the ASAAC API is covered directly by ARINC 653 and POSIX. For example, the following call...
Click to read more »SAC programming language
Sabtu, 2026-01-31 16:32:43discipline static, strong Implementation language C, SAC Platform x86-64 OS POSIX-compliant Unix, macOS License Free software [1] Filename extensions .sac...
Click to read more »Hatari (emulator)
Minggu, 2025-11-09 14:15:2315 August 2025; 11 months ago (2025-08-15) Written in C Operating system POSIX (Linux, BSD, macOS, other Unix-like), AmigaOS 4, AROS, MorphOS, Windows...
Click to read more »Runit
Kamis, 2026-07-23 03:22:53operating system they are running on, the second stage is portable across all POSIX compliant operating systems. The 3 stages can be configured through 3 executable...
Click to read more »Mintty
Minggu, 2026-02-15 19:36:29ways, particularly regarding xterm compatibility. It is written in C. The POSIX API provided by Cygwin is used to communicate with processes running within...
Click to read more »OpenMSX
Senin, 2026-05-11 17:46:56It is available for multiple platforms, including Microsoft Windows and POSIX systems such as Linux. For copyright reasons, the emulator cannot be distributed...
Click to read more »UNIX System V
Minggu, 2026-08-09 11:34:45the 2020s. Since the early 1990s, due to standardization efforts such as POSIX and the success of Linux, the division between System V and BSD has become...
Click to read more »JasPer
Jumat, 2024-05-03 02:01:21March 2026; 4 months ago (5 March 2026) Operating system OSX, Windows, POSIX Available in C Type graphic software License JasPer License Version 2.0...
Click to read more »Overlapped I/O
Jumat, 2026-01-23 16:34:20the same thread on completion (User APC is the thing very similar to Unix/POSIX signal, with the main difference being that the signals are using signal...
Click to read more »AWK
Sabtu, 2026-08-08 20:45:41value. This is like the getenv function in various standard libraries and POSIX. The shell script makes an environment variable pattern containing the first...
Click to read more »The C Programming Language
Rabu, 2026-01-21 01:29:48ALSA Allegro APR Argon2 Assimp bdwgc Berkeley DB BFD BGI BSAFE Chipmunk C POSIX library C standard library Cairo CGNS CLIPS Core Audio Core Foundation Core...
Click to read more »Priority ceiling protocol
Sabtu, 2026-01-31 20:08:00ICPP is called "Ceiling Locking" in Ada, "Priority Protect Protocol" in POSIX and "Priority Ceiling Emulation" in RTSJ. It is also known as "Highest Locker's...
Click to read more »PearPC
Kamis, 2026-04-23 23:00:19(GPL). It can be used on Windows, Linux, FreeBSD and other systems based on POSIX-X11. The first official release was made on May 10, 2004. The software was...
Click to read more »ZIP (file format)
Selasa, 2026-08-04 00:01:02project 7-Zip also supports AES, but not SES in ZIP files (as does its POSIX port p7zip). When using AES encryption under WinZip, the compression method...
Click to read more »Expect
Jumat, 2026-01-16 13:55:0645.4 / 4 February 2018; 8 years ago (2018-02-04) Written in C Operating system POSIX, Windows License Public domain Website core.tcl-lang.org/expect/...
Click to read more »Yield (multithreading)
Sabtu, 2026-05-30 07:10:24pthread_yield() in the language C, a low level implementation, provided by POSIX Threads std::this_thread::yield() in the language C++, introduced in C++11...
Click to read more »Stack-based memory allocation
Jumat, 2025-09-12 22:29:32Unix systems as early as 32/V (1978), but is not part of Standard C or any POSIX standard. A safer version of alloca called _malloca, which allocates on...
Click to read more »Unix architecture
Senin, 2025-06-23 04:20:30adhere to standards such as the Single UNIX Specification (SUS) or similar POSIX IEEE standard. No single published standard describes all Unix architecture...
Click to read more »Sum (Unix)
Sabtu, 2023-01-07 16:36:11are in use. POSIX abandoned sum in favor of cksum. The sum program is generally only useful for historical interest. It is not part of POSIX. Two algorithms...
Click to read more »Buildout
Senin, 2024-12-16 00:58:57months ago (29 April 2026) Written in Python Operating system Windows, POSIX Type Software development tools License Zope Public License Website www...
Click to read more »Hex dump
Selasa, 2026-06-02 10:11:0432 38 09 |2..3..3.14.6.28.| 00000070 39 2e 34 32 0a |9.42.| 00000075 The POSIX command od can be used to display a hex dump with the -t x2 option. # od...
Click to read more »GNU variants
Selasa, 2026-08-04 21:42:35compatibility layer in the form of a C library providing a substantial part of the POSIX API functionality for Windows, as well as a distribution of GNU and other...
Click to read more »Netscape (web browser)
Minggu, 2026-07-19 09:52:52The Netscape web browser is the general name for a series of web browsers formerly produced by Netscape Communications Corporation, which eventually became...
Click to read more »Conio.h
Jumat, 2026-07-03 03:19:40It is not part of the C standard library or ISO C, nor is it defined by POSIX. This header declares several useful library functions for performing "istream...
Click to read more »Farstream
Rabu, 2023-10-11 13:03:39the GNU Lesser General Public License (LGPL) and is intended to run on POSIX-compliant operating systems, including Linux but also Windows and Mac OS...
Click to read more »C11 (C standard revision)
Jumat, 2026-07-17 10:52:03create-and-open mode ("…x" suffix) for fopen. This behaves like O_CREAT|O_EXCL in POSIX, which is commonly used for lock files. The quick_exit function as a third...
Click to read more »Working directory
Kamis, 2026-04-30 03:27:15interface to the file system for getting and setting the working directory. The POSIX-defined function chdir() (accessible via C and the many languages that interoperate...
Click to read more »List of operating systems
Sabtu, 2026-08-01 06:31:31Space Partitioned RTOS, Certified to DO-178B, Level A since 1998 HeartOS – POSIX-based Hard Real-Time Operating System CP/M CP/M CP/M for Intel 8080/8085...
Click to read more »Internet Explorer for UNIX
Jumat, 2026-01-30 06:32:55Internet Explorer for UNIX is a discontinued version of the Internet Explorer graphical web browser that was available free of charge and produced by Microsoft...
Click to read more »Page replacement algorithm
Senin, 2026-07-13 13:30:06system calls that potentially access the page cache like read and write in POSIX. Most replacement algorithms simply return the target page as their result...
Click to read more »Configure script
Senin, 2026-06-01 09:00:43script of trn". GitHub. Retrieved 10 December 2020. buildconf on SourceForge, provides the autogen.sh automatic build preparation posix shell script....
Click to read more »Touch (command)
Minggu, 2026-06-07 22:09:21Robbins, Jim Kingdon, David MacKenzie, and Randy Smith. System time List of POSIX commands "Native Win32 ports of some GNU utilities". unxutils.sourceforge...
Click to read more »Netscape Navigator
Minggu, 2026-07-26 08:59:34Netscape Navigator was a brand of web browsers first developed and sold by Netscape Communications Corporation in 1994 that was progressively developed...
Click to read more »Chroot
Senin, 2026-05-04 21:29:52distributions build all RPMs using a chroot tool such as mock. Many FTP servers for POSIX systems use the chroot mechanism to sandbox untrusted FTP clients. This...
Click to read more »Umask
Jumat, 2026-07-31 11:08:40Unix-like operating systems, and the umask() system call is defined in the POSIX.1 specification. Before the umask capability (command, system call and stored...
Click to read more »Amoeba (operating system)
Senin, 2026-06-15 22:31:35interface and APIs of Amoeba were modeled after Unix and compliance with the POSIX standard was partially implemented; some of the Unix emulation code consists...
Click to read more »Data structure alignment
Kamis, 2026-07-30 16:26:34<stdlib.h> // create array of size 10 double* foo(void) { double* a; if (posix_memalign((void**)&a, 64, 10 * sizeof(double)) == 0) { return a; } return...
Click to read more »Amazon S3
Kamis, 2026-08-06 15:49:54file system. The semantics of the Amazon S3 file system are not that of a POSIX file system, so the file system may not behave entirely as expected. Implementations...
Click to read more »List of text editors
Minggu, 2026-08-09 05:22:16BSD-3-Clause vi The default for Unix systems and must be included in all POSIX compliant systems – One of the earliest screen-based editors, it is based...
Click to read more »ArpON
Senin, 2025-08-25 15:32:26ago (2016-01-29) Written in C Operating system Linux Platform Unix-like, POSIX Available in English Type Network security, Computer security License BSD...
Click to read more »Valgrind
Selasa, 2026-06-02 09:28:33functions that create file descriptors. The default behaviour is the same as POSIX, which will return the lowest available file descriptor, potentially recycling...
Click to read more »FAT filesystem and Linux
Kamis, 2026-07-23 19:05:27may be used—FatFuse, FuseFat or mountlo. A modern equivalent of UMSDOS is POSIX Overlay Filesystem (posixovl). It works in FUSE. DMSDOS (DoubleSpace/DriveSpace/Stacker...
Click to read more »Lynx (web browser)
Jumat, 2026-08-07 22:54:47Lynx is a customizable text-based web browser for use on cursor-addressable character cell terminals. As of 2025[update], it is the oldest web browser...
Click to read more »