Fts_open

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

CHGRP(1) - General Commands Manual

Chown, Symlink, Passwd, Fts_open, Group, Chgrp

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

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

CHOWN(8) - System Manager's Manual

Chgrp, Symlink, Find, Fts_open, Chown

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

Mv, Umask, Fts_open, Symlink, Cp

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

Quot, Fts_open, Df, Symlink, Du

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

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

MTREE(8) - System Manager's Manual

Chgrp, MD5Init, RMD160Init, Stat, SHA256Init, Chown, Chmod, Cksum, SHA1Init, Fts_open, Hier, Md5, Mtree

MTREE(8) - System Manager’s Manual # MTREE(8) - System Manager’s Manual NAME # mtree - map a directory hierarchy SYNOPSIS # mtree [-cdeilnqrtUux] [-f spec] [-K keywords] [-k keywords] [-p path] [-s seed] DESCRIPTION # The utility mtree compares the file hierarchy rooted in the current directory against a specification read from the standard input. Messages are written to the standard output for any files whose characteristics do not match the specification, or which are missing from either the file hierarchy or the specification. ...

RM(1) - General Commands Manual

Symlink, Rmdir, Fts_open, Unlink, Rm

RM(1) - General Commands Manual # RM(1) - General Commands Manual NAME # rm - remove directory entries SYNOPSIS # rm [-dfiPRrv] file … DESCRIPTION # The rm utility attempts to remove the non-directory type files specified on the command line. If the permissions of the file do not permit writing, and the standard input device is a terminal, the user is prompted (on the standard error output) for confirmation. ...