AT(1) - General Commands Manual # AT(1) - General Commands Manual
NAME # at, batch - queue, examine or delete jobs for later execution
SYNOPSIS # at [-bm] [-f file] [-l [job …]] [-q queue] -t time_arg | timespec
at -c | -r job …
batch [-m] [-f file] [-q queue] [timespec]
DESCRIPTION # at and batch read commands from standard input or a specified file which are to be executed at a later time, via the user’s shell as specified by the SHELL environment variable.
...
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.
...
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.
...
MKDIR(1) - General Commands Manual # MKDIR(1) - General Commands Manual
NAME # mkdir - make directories
SYNOPSIS # mkdir [-p] [-m mode] directory …
DESCRIPTION # The mkdir utility creates the directories named as operands, in the order specified, using mode rwxrwxrwx (0777) as modified by the current umask(2).
The options are as follows:
-m mode
Set the file permission bits of the newly created directory to mode. The mode argument can be in any of the formats specified to the chmod(1) utility.
...