• A Unix domain socket (UDS), local socket, or inter-process communication (IPC) socket is a communication endpoint for exchanging data between processes...
    4 KB (477 words) - 12:38, 17 July 2025
  • A Berkeley (BSD) socket is an application programming interface (API) for Internet domain sockets and Unix domain sockets, used for inter-process communication...
    29 KB (3,502 words) - 12:35, 17 July 2025
  • files in Unix-based systems. POSIX defines categories: regular, directory, symbolic link, FIFO special, block special, character special, and socket. An operating...
    8 KB (967 words) - 01:28, 1 June 2025
  • stack creates a handle for each socket created by an application, commonly referred to as a socket descriptor. In Unix-like operating systems, this descriptor...
    18 KB (2,346 words) - 13:40, 22 February 2025
  • Berkeley Software Distribution (BSD), also known as Berkeley Unix, is a discontinued Unix operating system developed and distributed by the Computer Systems...
    26 KB (2,889 words) - 06:07, 19 July 2025
  • File descriptor (category Unix file system technology)
    mkfifoat() fdopendir() Unix file descriptors behave in many ways as capabilities. They can be passed between processes across Unix domain sockets using the sendmsg()...
    13 KB (1,189 words) - 23:54, 12 April 2025
  • is pulled Ball and socket joint Network socket, an end-point in a communication across a network or the Internet Unix domain socket, an end-point in local...
    2 KB (313 words) - 04:53, 29 May 2023
  • The Unix command fuser is used to show which processes are using a specified computer file, file system, or Unix socket. For example, to check process...
    4 KB (440 words) - 15:52, 16 February 2022
  • Thumbnail for UNIX System V
    Unix System V (pronounced: "System Five") is one of the first commercial versions of the Unix operating system. It was originally developed by AT&T and...
    29 KB (3,072 words) - 03:35, 26 May 2025
  • Thumbnail for Ls
    developed for Unix and later codified by POSIX and Single UNIX Specification, it is supported in many operating systems today, including Unix-like variants...
    12 KB (1,253 words) - 23:56, 29 July 2025
  • Winsock (redirect from Windows Sockets)
    socket. However it was a design goal of Windows Sockets that it should be relatively easy for developers to port socket-based applications from Unix to...
    14 KB (1,845 words) - 13:39, 29 November 2024
  • Thumbnail for Netstat
    Netstat (redirect from Netstat (Unix))
    interface) and network protocol statistics. It is available on Unix, Plan 9, Inferno, and Unix-like operating systems including macOS, Linux, Solaris and...
    18 KB (1,072 words) - 04:07, 18 February 2025
  • Thumbnail for Unix philosophy
    The Unix philosophy, originated by Ken Thompson, is a set of cultural norms and philosophical approaches to minimalist, modular software development. It...
    18 KB (2,178 words) - 09:47, 23 May 2025
  • provided by AT&T UNIX System V Release 3 (SVR3) in 1987 and continued into Release 4 (SVR4). TLI was the System V counterpart to the BSD sockets programming...
    6 KB (616 words) - 08:38, 3 December 2024
  • Research Unix refers to the early versions of the Unix operating system for DEC PDP-7, PDP-11, VAX and Interdata 7/32 and 8/32 computers, developed in...
    22 KB (1,356 words) - 04:00, 26 June 2025
  • different userspace processes, in a way similar to the Unix domain sockets available on certain Unix-like operating systems, including its original incarnation...
    11 KB (1,061 words) - 09:57, 17 February 2025
  • Unix Wars". The Art of UNIX Programming. Stevens, W. Richard; Fenner, Bill; Rudoff, Andrew M. (2003). Unix Network Programming, Volume 1: The Sockets...
    39 KB (3,853 words) - 22:33, 18 May 2025
  • Everything is a file (category Unix file system technology)
    be renamed, and may be opened like regular files. Under Unix derivatives, Unix-domain sockets appear as S_IFSOCK-type files in the filesystem, can be...
    18 KB (2,076 words) - 14:17, 17 March 2025
  • Thumbnail for Unix filesystem
    In Unix and operating systems inspired by it, the file system is considered a central component of the operating system. It was also one of the first parts...
    16 KB (944 words) - 14:20, 13 April 2025
  • defined in August 2018. TLS builds on the now-deprecated SSL (Secure Sockets Layer) specifications (1994, 1995, 1996) developed by Netscape Communications...
    179 KB (17,586 words) - 04:56, 29 July 2025
  • Thumbnail for Pipeline (Unix)
    required. Tools like netcat and socat can connect pipes to TCP/IP sockets. All widely used Unix shells have a special syntax construct for the creation of pipelines...
    19 KB (2,345 words) - 21:40, 7 July 2025
  • select is a system call and application programming interface (API) in Unix-like and POSIX-compliant operating systems for examining the status of file...
    8 KB (650 words) - 14:31, 16 February 2025
  • depth tutorial on sockets, transport level interface (TLI), interprocess communications (IPC) facilities under System V and BSD UNIX." The book has been...
    4 KB (263 words) - 16:17, 22 January 2025
  • Stevens, W. Richard; Fenner, Bill; Rudoff, Andrew M. (2004), UNIX Network Programming: The sockets networking API, Addison-Wesley professional computing series...
    4 KB (136 words) - 08:59, 2 August 2025
  • Thumbnail for HP-UX
    HP-UX (redirect from Hewlett Packard UniX)
    HP-UX (from "Hewlett Packard Unix") is a proprietary implementation of the Unix operating system developed by Hewlett Packard Enterprise; current versions...
    27 KB (2,959 words) - 21:08, 22 July 2025
  • Thumbnail for File (command)
    File (command) (redirect from File (Unix))
    reporting the type of data contained in a file. It is commonly supported in Unix and Unix-like operating systems. As the command uses relatively quick-running...
    12 KB (1,282 words) - 20:28, 5 May 2025
  • the first release of Windows Services for UNIX (SFU) in 1998. Windows C Runtime Library and Windows Sockets API implement commonly used POSIX API functions...
    29 KB (2,795 words) - 14:00, 27 July 2025
  • Thumbnail for Shell script
    A shell script is a computer program designed to be run by a Unix shell, a command-line interpreter. The various dialects of shell scripts are considered...
    25 KB (3,137 words) - 04:49, 31 July 2025
  • Thumbnail for Land grid array
    applications since the 1990s, primarily in Unix workstations. These early uses predate the availability of modern LGA sockets, and instead used land grid arrays...
    9 KB (1,255 words) - 12:19, 14 July 2025
  • capabilities via Unix sockets. These file descriptors not only control access to the file system, but also to other devices like the network sockets. Flags are...
    3 KB (332 words) - 21:45, 7 November 2024