install - install binaries
install [-cs] [-g group] [-m mode] [-o owner] file1 file2
install [-cs] [-g group] [-m mode] [-o owner] file1 ... fileN directory
The install(1) utility moves the file or files (or copies them if the -c option is specified) to the target file or directory. If the destination is a directory, the file is moved into directory with its original file name. If the target file already exists, it is overwritten if permissions allow.
The install(1) utility attempts to prevent moving a file onto itself.
Installing /dev/null creates an empty file.
Upon successful completion, a value of 0 is returned. Otherwise, a value of 1 is returned.
chgrp(1)
chmod(1)
cp(1)
mv(1)
strip(1)
chown(1)