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.
...
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.
...
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.
...
PROCMAP(1) - General Commands Manual # PROCMAP(1) - General Commands Manual
NAME # procmap - display process memory map
SYNOPSIS # procmap [-AadlmPsv] [-D number] [-M core] [-N system] [-p pid] [pid …]
DESCRIPTION # The procmap utility lists the virtual memory mappings underlying the given process. The start address of each entry is always given and, depending on the options given, other information such as the end address, the underlying file’s device and inode numbers, and various protection information will be displayed, along with the path to the file, if such data is available.
...
Server,
Ls,
Ssh,
Scp,
Keygen,
Add,
Sshd,
Glob,
Ssh_config,
Ftp,
Sftp SFTP(1) - General Commands Manual # SFTP(1) - General Commands Manual
NAME # sftp - OpenSSH secure file transfer
SYNOPSIS # sftp [-46AaCfNpqrv] [-B buffer_size] [-b batchfile] [-c cipher] [-D sftp_server_command] [-F ssh_config] [-i identity_file] [-J destination] [-l limit] [-o ssh_option] [-P port] [-R num_requests] [-S program] [-s subsystem | sftp_server] [-X sftp_option] destination
DESCRIPTION # sftp is a file transfer program, similar to ftp(1), which performs all operations over an encrypted ssh(1) transport.
...
STAT(1) - General Commands Manual # STAT(1) - General Commands Manual
NAME # stat - display file status
SYNOPSIS # stat [-FLnq] [-f format | -l | -r | -s | -x] [-t timefmt] [file …]
DESCRIPTION # The stat utility displays information about the file pointed to by file. Read, write, or execute permissions of the named file are not required, but all directories listed in the pathname leading to the file must be searchable.
...
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.
...