CHFLAGS(1) - General Commands Manual # CHFLAGS(1) - General Commands Manual
NAME # chflags - change file flags
SYNOPSIS # chflags [-h] [-R [-H | -L | -P]] flags file …
DESCRIPTION # The chflags utility modifies the file flags of the listed files as specified by the flags operand. The flags of a file dictate special restrictions beyond those enforced by its mode/permissions. Only the superuser can change the user flags on block and character devices.
...
CHGRP(1) - General Commands Manual # CHGRP(1) - General Commands Manual
NAME # chgrp - change group
SYNOPSIS # chgrp [-h] [-R [-H | -L | -P]] group file …
DESCRIPTION # chgrp sets the group ID of the specified files.
The options are as follows:
-H
If the -R option is specified, symbolic links on the command line are followed. Symbolic links encountered in the tree traversal are not followed.
...
Chgrp,
Umask,
Chown,
Stat,
Symlink,
Sticky,
Chflags,
Find,
Setmode,
Fts_open,
Install,
Chmod CHMOD(1) - General Commands Manual # CHMOD(1) - General Commands Manual
NAME # chmod - change file modes
SYNOPSIS # chmod [-h] [-R [-H | -L | -P]] mode file …
DESCRIPTION # The chmod utility modifies the file mode bits of the listed files as specified by the mode operand. The mode of a file dictates its permissions, among other attributes.
The options are as follows:
-H
If the -R option is also specified, symbolic links on the command line are followed.
...
CHOWN(8) - System Manager’s Manual # CHOWN(8) - System Manager’s Manual
NAME # chown - change file owner and group
SYNOPSIS # chown [-h] [-R [-H | -L | -P]] owner[:group] file …
chown [-h] [-R [-H | -L | -P]] :group file …
DESCRIPTION # chown sets the user ID and/or the group ID of the specified files.
The options are as follows:
-H
If the -R option is specified, symbolic links on the command line are followed.
...
CP(1) - General Commands Manual # CP(1) - General Commands Manual
NAME # cp - copy files
SYNOPSIS # cp [-afipv] [-R [-H | -L | -P]] source target
cp [-afipv] [-R [-H | -L | -P]] source … directory
DESCRIPTION # In the first synopsis form, the cp utility copies the contents of the source file to the target file. In the second synopsis form, the contents of each named source file are copied to the destination directory.
...
DU(1) - General Commands Manual # DU(1) - General Commands Manual
NAME # du - display disk usage statistics
SYNOPSIS # du [-achkrsx] [-H | -L | -P] [-d depth] [file …]
DESCRIPTION # The du utility displays the file system block usage for each file argument and for each directory in the file hierarchy rooted in each directory argument. Note that the system block usage is usually greater than the actual size of the file.
...
Whereis,
Ls,
Stat,
Locate,
Symlink,
Chmod,
Chflags,
Glob,
Fts_open,
Xargs,
Which,
Find FIND(1) - General Commands Manual # FIND(1) - General Commands Manual
NAME # find - walk a file hierarchy
SYNOPSIS # find [-dHhLXx] [-f path] path … [expression]
DESCRIPTION # find recursively descends the directory tree for each path listed, evaluating an expression (composed of the “primaries” and “operators” listed below) in terms of each file in the tree. In the absence of an expression, -print is assumed. If an expression is given, but none of the primaries -delete, -exec, -execdir, -ls, -ok, -print, or -print0 are specified, the given expression is effectively replaced by ( given expression ) -print.
...
LN(1) - General Commands Manual # LN(1) - General Commands Manual
NAME # ln - make hard and symbolic links to files
SYNOPSIS # ln [-fhLnPs] source [target]
ln [-fLPs] source … [directory]
DESCRIPTION # The ln utility creates a new directory entry (linked file) which has the same modes as the original file. It is useful for maintaining multiple copies of a file in many places at once without using up storage for the copies; instead, a link “points” to the original copy.
...
LPR(1) - General Commands Manual # LPR(1) - General Commands Manual
NAME # lpr - off line print
SYNOPSIS # lpr [-cdfghlmnpqrstv] [-#‌num] [-1234 font] [-C class] [-i [numcols]] [-J job] [-P‌printer] [-T title] [-U user] [-w‌num] [name …]
DESCRIPTION # lpr uses a spooling daemon to print the named files when facilities become available. If no names appear, the standard input is assumed.
The following single letter options are used to notify the line printer spooler that the files are not standard text files.
...
LS(1) - General Commands Manual # LS(1) - General Commands Manual
NAME # ls - list directory contents
SYNOPSIS # ls [-1AaCcdFfgHhikLlmnopqRrSsTtux] [file …]
DESCRIPTION # For each operand that names a file of a type other than directory, ls displays its name as well as any requested, associated information. For each named directory, ls displays the names of files contained within that directory, as well as any requested, associated information.
...