• Thumbnail for Unix
    Unix (/ˈjuːnɪks/ , YOO-niks; trademarked as UNIX) is a family of multitasking, multi-user computer operating systems that derive from the original AT&T...
    54 KB (5,620 words) - 17:10, 26 September 2024
  • Thumbnail for Unix-like
    A Unix-like (sometimes referred to as UN*X or *nix) operating system is one that behaves in a manner similar to a Unix system, although not necessarily...
    15 KB (1,777 words) - 15:04, 28 September 2024
  • Thumbnail for Unix time
    Current Unix time 1728812544 (purge page cache to update) 2024-10-13T09:42:24+00:00 Unix time is a date and time representation widely used in computing...
    51 KB (5,413 words) - 19:04, 10 October 2024
  • 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,169 words) - 11:58, 6 June 2024
  • Thumbnail for Berkeley Software Distribution
    Distribution (BSD) is a discontinued operating system based on Research Unix, developed and distributed by the Computer Systems Research Group (CSRG)...
    26 KB (2,845 words) - 11:55, 7 October 2024
  • Thumbnail for Man page
    Man page (redirect from Man (Unix))
    manual page) is a form of software documentation usually found on a Unix or Unix-like operating system. Topics covered include computer programs (including...
    25 KB (2,550 words) - 22:29, 17 June 2024
  • 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,044 words) - 17:23, 20 September 2024
  • Single UNIX Specification (SUS) is a standard for computer operating systems, compliance with which is required to qualify for using the "UNIX" trademark...
    39 KB (3,846 words) - 00:12, 14 August 2024
  • Thumbnail for Cat (Unix)
    cat is a standard Unix utility that reads files sequentially, writing them to standard output. The name is derived from its function to (con)catenate files...
    14 KB (1,458 words) - 23:19, 19 September 2024
  • Thumbnail for List of POSIX commands
    applications List of Unix daemons List of web browsers for Unix and Unix-like operating systems Unix philosophy util-linux The Wikibook Guide to UNIX has a page...
    22 KB (173 words) - 14:59, 20 August 2024
  • Thumbnail for Unix shell
    A Unix shell is a command-line interpreter or shell that provides a command line user interface for Unix-like operating systems. The shell is both an interactive...
    17 KB (1,733 words) - 03:27, 27 July 2024
  • Research Unix are early versions of the Unix operating system for DEC PDP-7, PDP-11, VAX and Interdata 7/32 and 8/32 computers, developed in the Bell...
    17 KB (850 words) - 10:26, 21 August 2024
  • Thumbnail for Year 2038 problem
    19 January 2038. The problem exists in systems which measure Unix time—the number of seconds elapsed since the Unix epoch (00:00:00 UTC on 1 January 1970)—and store...
    29 KB (3,121 words) - 17:28, 7 October 2024
  • Thumbnail for GNU
    GNU (redirect from GNU's Not Unix)
    for "GNU's Not Unix!", chosen because GNU's design is Unix-like, but differs from Unix by being free software and containing no Unix code. Stallman chose...
    34 KB (3,109 words) - 13:32, 1 October 2024
  • UUCP (Unix-to-Unix Copy) is a suite of computer programs and protocols allowing remote execution of commands and transfer of files, email and netnews between...
    31 KB (4,196 words) - 06:20, 26 September 2024
  • characters looking similar). od is one of the earliest Unix programs, having appeared in version 1 AT&T Unix. It is also specified in the POSIX standards. The...
    4 KB (481 words) - 23:13, 21 January 2024
  • Thumbnail for Pipeline (Unix)
    In Unix-like computer operating systems, a pipeline is a mechanism for inter-process communication using message passing. A pipeline is a set of processes...
    19 KB (2,328 words) - 21:20, 20 August 2024
  • Thumbnail for List of Unix systems
    Each version of the UNIX Time-Sharing System evolved from the version before, with version one evolving from the prototypal Unix. Not all variants and...
    8 KB (530 words) - 16:47, 17 September 2024
  • computing, a Unix domain socket is a Berkeley socket that allows data to be exchanged between two processes executing on the same Unix or Unix-like host...
    20 KB (2,319 words) - 15:36, 29 September 2024
  • When a text file with a shebang is used as if it were an executable in a Unix-like operating system, the program loader mechanism parses the rest of the...
    25 KB (3,229 words) - 10:49, 8 October 2024
  • Thumbnail for Unix wars
    The Unix wars were struggles between vendors to set a standard for the Unix operating system in the late 1980s and early 1990s. Both AT&T Corporation...
    9 KB (1,022 words) - 20:00, 31 August 2024
  • Thumbnail for Bash (Unix shell)
    files, known as shell scripts, facilitating automation. In keeping with Unix shell conventions, Bash incorporates a rich set of features. The keywords...
    72 KB (6,156 words) - 16:30, 19 September 2024
  • Thumbnail for History of Unix
    The history of Unix dates back to the mid-1960s, when the Massachusetts Institute of Technology, Bell Labs, and General Electric were jointly developing...
    54 KB (6,513 words) - 19:37, 11 October 2024
  • UnixWare is a Unix operating system. It was originally released by Univel, a jointly owned venture of AT&T's Unix System Laboratories (USL) and Novell...
    25 KB (2,192 words) - 01:51, 5 September 2024
  • Thumbnail for Daemon (computing)
    facility, and sshd is a daemon that serves incoming SSH connections. In a Unix environment, the parent process of a daemon is often, but not always, the...
    11 KB (1,340 words) - 00:42, 3 October 2024
  • In computing, tty is a command in Unix and Unix-like operating systems to print the file name of the terminal connected to standard input. tty stands...
    2 KB (204 words) - 05:20, 1 October 2024
  • Thumbnail for Tru64 UNIX
    Tru64 UNIX is a discontinued 64-bit UNIX operating system for the Alpha instruction set architecture (ISA), currently owned by Hewlett-Packard (HP). Previously...
    13 KB (934 words) - 21:43, 6 October 2024
  • Thumbnail for Cron
    Cron (redirect from Crontab (Unix command))
    The cron command-line utility is a job scheduler on Unix-like operating systems. Users who set up and maintain software environments use cron to schedule...
    27 KB (3,308 words) - 13:39, 27 September 2024
  • 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...
    23 KB (2,983 words) - 19:08, 4 October 2024
  • 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) - 07:33, 17 March 2024