Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ install_-_BSD(1) — AIX PS/2 1.2.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

chgrp

chmod

cp, copy

mv, move

strip

chown

install



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



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026