• 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,617 words) - 04:42, 5 November 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
    1970, the Unix epoch. For example, at midnight on January 1 2010, Unix time was 1262304000. Unix time originated as the system time of Unix operating...
    51 KB (5,409 words) - 08:21, 10 November 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 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
  • 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 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
  • 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
  • computing, which is a command for various operating systems used to identify the location of executables. The command is available in Unix and Unix-like systems...
    6 KB (454 words) - 16:19, 5 March 2024
  • Thumbnail for Df (Unix)
    for disk free) is a standard Unix command used to display the amount of available disk space for file systems on which the invoking user has appropriate...
    8 KB (980 words) - 23:36, 6 November 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,840 words) - 06:23, 19 October 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 List of POSIX commands
    1003.1-2024, which is part of the Single UNIX Specification (SUS). These commands can be found on Unix operating systems and most Unix-like operating...
    22 KB (173 words) - 14:59, 20 August 2024
  • Thumbnail for Ed (software)
    Ed (software) (redirect from Ed (UNIX))
    letters, /ˌiːˈdiː/) is a line editor for Unix and Unix-like operating systems. It was one of the first parts of the Unix operating system that was developed...
    11 KB (1,379 words) - 18:14, 6 September 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 List of Unix systems
    versions of Research Unix as being closer to BSD than they were to UNIX System V, which also included some BSD code: Research Unix 8th Edition started...
    8 KB (530 words) - 16:47, 17 September 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
  • 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
  • Thumbnail for Tr (Unix)
    tr is a command in Unix, Plan 9, Inferno, and Unix-like operating systems. It is an abbreviation of translate or transliterate, indicating its operation...
    6 KB (640 words) - 09:56, 25 July 2023
  • Grep (redirect from Grep (Unix))
    and print), which has the same effect. grep was originally developed for the Unix operating system, but later became available for all Unix-like systems...
    16 KB (1,523 words) - 13:13, 10 November 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) - 04:14, 10 November 2024
  • Thumbnail for Yes (Unix)
    yes is a command on Unix and Unix-like operating systems, which outputs an affirmative response, or a user-defined string of text, continuously until...
    7 KB (630 words) - 17:03, 5 July 2024
  • Tee (command) (redirect from Tee (UNIX))
    depending on the command's implementation. The command is available for Unix and Unix-like operating systems, Microware OS-9, DOS (e.g. 4DOS, FreeDOS), Microsoft...
    12 KB (1,256 words) - 10:32, 8 October 2023
  • Thumbnail for Ln (Unix)
    The ln command is a standard Unix command utility used to create a hard link or a symbolic link (symlink) to an existing file or directory. The use of...
    10 KB (1,099 words) - 15:49, 4 September 2023
  • The Unix command su, which stands for 'substitute user' (or historically 'superuser'), is used by a computer user to execute commands with the privileges...
    7 KB (655 words) - 09:12, 25 July 2023
  • The Unix file system (UFS) is a family of file systems supported by many Unix and Unix-like operating systems. It is a distant descendant of the original...
    17 KB (1,941 words) - 00:11, 20 November 2023
  • 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...
    29 KB (3,119 words) - 15:56, 4 November 2024
  • Thumbnail for Version 7 Unix
    Version 7 Unix, also called Seventh Edition Unix, Version 7 or just V7, was an important early release of the Unix operating system. V7, released in 1979...
    13 KB (1,165 words) - 12:46, 21 January 2024
  • join is a command in Unix and Unix-like operating systems that merges the lines of two sorted text files based on the presence of a common field. It is...
    3 KB (380 words) - 21:16, 20 June 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