• Thumbnail for List of POSIX commands
    Interface) commands as specified by IEEE Std 1003.1-2024, which is part of the Single UNIX Specification (SUS). These commands can be found on Unix operating...
    22 KB (173 words) - 14:59, 20 August 2024
  • Thumbnail for Cd (command)
    used in shell scripts and batch files. The command has been implemented in operating systems such as Unix, DOS, IBM OS/2, MetaComCo TRIPOS, AmigaOS (where...
    14 KB (1,431 words) - 10:43, 16 September 2024
  • 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 Ls
    ls is a command to list computer files and directories in Unix and Unix-like operating systems. It is specified by POSIX and the Single UNIX Specification...
    13 KB (1,326 words) - 06:52, 5 January 2024
  • The command command in Unix and Unix-like operating systems is a utility to execute a command. It is specified in the POSIX standard. It is present in...
    1 KB (99 words) - 11:39, 17 February 2023
  • Thumbnail for Cp (Unix)
    In computing, cp is a command in various Unix and Unix-like operating systems for copying files and directories. The command has three principal modes...
    9 KB (1,076 words) - 05:28, 8 December 2023
  • 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 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
  • 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 Unix-like
    any version of the Single UNIX Specification. A Unix-like application is one that behaves like the corresponding Unix command or shell. Although there...
    15 KB (1,777 words) - 15:04, 28 September 2024
  • Thumbnail for Rm (Unix)
    rm (short for remove) is a basic command on Unix and Unix-like operating systems used to remove objects such as computer files, directories and symbolic...
    17 KB (1,896 words) - 08:06, 25 July 2023
  • 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
  • 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
  • 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
  • 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
  • touch is a command used to update the access date and/or modification date of a computer file or directory. It is included in Unix and Unix-like operating...
    7 KB (577 words) - 13:15, 27 September 2023
  • Thumbnail for Wc (Unix)
    wc (short for word count) is a command in Unix, Plan 9, Inferno, and Unix-like operating systems. The program reads either standard input or a list of...
    5 KB (521 words) - 13:46, 27 December 2023
  • 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
  • Thumbnail for Df (Unix)
    df (abbreviation 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...
    8 KB (980 words) - 00:35, 4 June 2024
  • mv is a Unix command that moves one or more files or directories from one place to another. If both filenames are on the same filesystem, this results...
    8 KB (947 words) - 21:39, 26 September 2023
  • Thumbnail for Sort (Unix)
    In computing, sort is a standard command line program of Unix and Unix-like operating systems, that prints the lines of its input or concatenation of...
    15 KB (1,113 words) - 21:45, 10 June 2024
  • The command is available as a separate package for Microsoft Windows as part of the UnxUtils collection of native Win32 ports of common GNU Unix-like...
    4 KB (481 words) - 23:13, 21 January 2024
  • In Unix, Plan 9, and Unix-like operating systems, the strip program is a command-line utility used to remove non-essential information from executable...
    4 KB (407 words) - 05:31, 3 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
  • dd is a command-line utility for Unix, Plan 9, Inferno, and Unix-like operating systems and beyond, the primary purpose of which is to convert and copy...
    27 KB (2,991 words) - 04:33, 28 September 2024
  • Thumbnail for Ps (Unix)
    In most Unix and Unix-like operating systems, the ps (process status) program displays the currently-running processes. The related Unix utility top provides...
    6 KB (524 words) - 20:16, 15 June 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 Head (Unix)
    head is a program on Unix and Unix-like operating systems used to display the beginning of a text file or piped data. The command syntax is: head [options]...
    4 KB (319 words) - 12:39, 14 April 2024
  • Thumbnail for Command-line interface
    (DCL) in OpenVMS and RSX-11, the various Unix shells (sh, ksh, csh, tcsh, zsh, Bash, etc.), CP/M's CCP, DOS' COMMAND.COM, as well as the OS/2 and the Windows...
    74 KB (8,408 words) - 09:07, 17 October 2024
  • Thumbnail for Patch (Unix)
    The computer tool patch is a Unix program that updates text files according to instructions contained in a separate file, called a patch file. The patch...
    8 KB (946 words) - 19:57, 12 October 2024