Chflags

CHFLAGS(1) - General Commands Manual

Ls, Stat, Symlink, Dump, Fts_open, Securelevel, Chflags

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. ...

CHMOD(1) - General Commands Manual

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. ...

DUMP(8) - System Manager's Manual

Rmt, Rcmd, Stty, Chflags, Restore, Fts_open, Fstab, St, Dump

DUMP(8) - System Manager’s Manual # DUMP(8) - System Manager’s Manual NAME # dump, rdump - filesystem backup SYNOPSIS # dump [-0123456789acnSuWw] [-B records] [-b blocksize] [-d density] [-f file] [-h level] [-s feet] [-T date] files-to-dump DESCRIPTION # dump examines files on a filesystem and determines which files need to be backed up. These files are copied to the given disk, tape or other storage medium for safe keeping. ...

FIND(1) - General Commands Manual

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. ...

INSTALL(1) - General Commands Manual

Cp, Chgrp, Chown, Strip, Chmod, Chflags, Mv, Install

INSTALL(1) - General Commands Manual # INSTALL(1) - General Commands Manual NAME # install - install binaries SYNOPSIS # install [-bCcDdFpSs] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] source … target … DESCRIPTION # The source file(s) are copied to the target file or directory. If the target file already exists, it is either renamed to file.old if the -b option is given or overwritten if permissions allow. ...

LS(1) - General Commands Manual

Chmod, Chflags, Sticky, Symlink, Ls

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. ...

SYMLINK(7) - Miscellaneous Information Manual

Ln, Lchown, Remove, Mv, Rm, Rename, Unlink, Chown, Lstat, Chmod, Du, Find, Cp, Chgrp, Ls, Chflags, Readlink, Fts_open, Pax, Tar, Symlink

SYMLINK(7) - Miscellaneous Information Manual # SYMLINK(7) - Miscellaneous Information Manual NAME # symlink - symbolic link handling DESCRIPTION # Symbolic links are files that act as pointers to other files. To understand their behavior, it is necessary to understand how hard links work. A hard link to a file is indistinguishable from the original file because it is a reference to the object underlying the original file name. Changes to a file are independent of the name used to reference the file. ...