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 |
+----------+
Warning: See restrictions, Chapter 18, AIX Programming Tools and Interfaces.
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."
Processed November 8, 1990INSTALL - BSD VERSION(1,C) 1