enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. chown - Wikipedia

    en.wikipedia.org/wiki/Chown

    The command chown / ˈ tʃ oʊ n /, an abbreviation of change owner, is used on Unix and Unix-like operating systems to change the owner of file system files and directories. Unprivileged (regular) users who wish to change the group membership of a file that they own may use chgrp. The ownership of any file in the system may only be altered by ...

  3. chmod - Wikipedia

    en.wikipedia.org/wiki/Chmod

    chattr, the command used to change the attributes of a file or directory on Linux systems; chown, the command used to change the owner of a file or directory on Unix-like systems; chgrp, the command used to change the group of a file or directory on Unix-like systems; cacls, a command used on Windows NT and its derivatives to modify the access ...

  4. List of POSIX commands - Wikipedia

    en.wikipedia.org/wiki/List_of_POSIX_commands

    Change the file ownership PDP-7 UNIX cksum: Filesystem Mandatory Write file checksums and sizes 4.4BSD cmp: Filesystem Mandatory Compare two files; see also diff Version 1 AT&T UNIX comm: Text processing Mandatory Select or reject lines common to two files Version 4 AT&T UNIX command: Shell programming Mandatory Execute a simple command ...

  5. ren (command) - Wikipedia

    en.wikipedia.org/wiki/Ren_(command)

    In computing, ren (or rename) is a command in various command-line interpreters such as COMMAND.COM, cmd.exe, 4DOS, 4NT and Windows PowerShell. It is used to rename computer files and in some implementations (such as AmigaDOS [1]) also directories. It is analogous to the Unix mv command.

  6. List of GNU Core Utilities commands - Wikipedia

    en.wikipedia.org/wiki/List_of_GNU_Core_Utilities...

    Concatenates and prints files on the standard output cksum: Checksums (IEEE Ethernet CRC-32) and count the bytes in a file. Supersedes other *sum utilities with -a option from version 9.0. comm: Compares two sorted files line by line csplit: Splits a file into sections determined by context lines cut: Removes sections from each line of files expand

  7. BusyBox - Wikipedia

    en.wikipedia.org/wiki/BusyBox

    chattr — Change file attributes on a Linux file system. chgrp — Change group of one or more files. chmod — Change mode of listed files. chown — Change owner of one or more files. chpasswd; chpst; chroot — Run command within a new root directory. chrt; chvt; cksum — For each file, output crc32 checksum value, length and name of file.

  8. mv (Unix) - Wikipedia

    en.wikipedia.org/wiki/Mv_(Unix)

    When using the mv command on files located on the same filesystem, the file's timestamp is not updated. On UNIX implementations derived from AT&T UNIX, cp, ln and mv are implemented as a single program with hard-linked binaries. The behavior is selected from the path name argv[0]. This is a common technique by which closely related commands ...

  9. chgrp - Wikipedia

    en.wikipedia.org/wiki/Chgrp

    The chgrp (from change group) command may be used by unprivileged users on various operating systems to change the group associated with a file system object (such as a computer file, directory, or link) to one of which they are a member. A file system object has 3 sets of access permissions, one set for the owner, one set for the group and one ...