install(1) General Commands Manual install(1)

installinstall binaries

install [-Dd] [-g group] [-m mode] [-o owner] source ... target

The install utility copies the source file(s) to the target file or directory.

Create all leading components of the target before installing into it.
Create directories instead of copying files.
Specify a group.
Specify a mode.
Specify a owner.

The install utility exits 0 on success, and >0 if an error occurs.

chmod(1), chown(1), cp(1), mkdir(1)

March 14, 2020 EltaninOS