{{Short description|Unix shell command}} {{lowercase}} '''{{code |install}}''' is a shell command that copies files in ways that are particularly useful for implementing a software installation process. Features beyond copying include creating directories, setting file permission, changing file ownership and stripping executable files.

The command is available in many Unix systems and Linux distributions, but unlike many other long-standing and commonly-used Unix utilities, it is not defined by POSIX. The command is available for Windows via UnxUtils.<ref>{{Cite web|url=https://unxutils.sourceforge.net/|title=Native Win32 ports of some GNU utilities|website=unxutils.sourceforge.net}}</ref>

Two variants exists {{endash}} one from GNU and one from BSD {{endash}} with the major difference in how the options {{code|-D}} and {{code|-d}} work.

== References == {{Reflist}}

== External links == * {{man|1|install|FreeBSD}} * {{man|1|install|ManKier}} * [https://busybox.net/downloads/BusyBox.html#install install] in busybox and [http://landley.net/toybox/help.html#install install] in toybox (both GNU-like)

{{Core Utilities commands}}

Category:Unix file system-related software Category:Command-line software

{{Unix-stub}}