install [OPTION]... SOURCE DEST (1st ) install [OPTION]... SOURCE... DIRECTORY (2nd ) install -d [OPTION]... DIRECTORY... (3rd ) |
In the first two formats, copy SOURCE to DEST or multiple SOURCE(s) to the existing DIRECTORY, while setting permission modes and owner/group. In the third , create all components of the given DIRECTORY(ies).
make a backup of each existing destination file
like --backup but does not accept an argument
treat all arguments as directory names; create all components of the specified directories
create all leading components of DEST except the last, then copy SOURCE to DEST; useful in the 1st
set group ownership, instead of process' current group
set permission mode (as in chmod), instead of rwxr-xr-x
set ownership (super-user only)
apply access/modification times of SOURCE files to corresponding destination files
strip symbol tables, only for 1st and 2nd formats
override the usual backup suffix
print the name of each directory as it is created