Install (Unix)
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.[1]
Two variants exists – one from GNU and one from BSD – with the major difference in how the options -D
and -d
work.
References
[edit]- ^ "Native Win32 ports of some GNU utilities". unxutils.sourceforge.net.
External links
[edit]- FreeBSD General Commands Manual –
- Linux General Commands Manual from ManKier.com –
- install in busybox and install in toybox (both GNU-like)