INSTALL - BSD VERSION(1,C) AIX Commands Reference INSTALL - BSD VERSION(1,C) ------------------------------------------------------------------------------- install - BSD Version PURPOSE Installs a command - BSD version. SYNTAX +--------------+ /usr/ucb/install ---| +----------+ |--- binary --- destination ---| +-| -c |-+ | -m mode | | -o owner | | -g group | | -s | +----------+ DESCRIPTION Binary is moved (or copied if -c is specified) to destination. If destination already exists, it is removed before binary is moved. If the destination is a directory then binary is moved into the destination directory with its original file-name. The mode for destination is set to 755; the -m mode option may be used to specify a different mode. Destination is changed to owner root; the -o owner option may be used to specify a different owner. Destination is changed to group staff; the -g group option may be used to specify a different group. If the -s option is specified, the binary is stripped after being installed. The install command refuses to move a file onto itself. RELATED INFORMATION See the following commands: "chgrp," "chmod," "cp, copy," "mv, move," "strip," "chown" and "install." See Chapter 18 of the AIX Programming Tools and Interfaces for general information on using commands in an MBCS environment. Processed July 12, 1991 INSTALL - BSD VERSION(1,C) 1