4.3BSD-UWisc/man/cat1/install.1

Compare this file to the similar file:
Show the results in this format:




INSTALL(1)          UNIX Programmer's Manual           INSTALL(1)



NAME
     install - install binaries

SYNOPSIS
     install [ -c ] [ -m mode ] [ -o owner ] [ -g group ] [ -s ]
     binary destination

DESCRIPTION
     _B_i_n_a_r_y is moved (or copied if -c is specified) to _d_e_s_t_i_n_a_-
     _t_i_o_n.  If _d_e_s_t_i_n_a_t_i_o_n already exists, it is removed before
     _b_i_n_a_r_y is moved.  If the destination is a directory then
     _b_i_n_a_r_y is moved into the _d_e_s_t_i_n_a_t_i_o_n directory with its ori-
     ginal file-name.

     The mode for _D_e_s_t_i_n_a_t_i_o_n is set to 755; the -m _m_o_d_e option
     may be used to specify a different mode.

     _D_e_s_t_i_n_a_t_i_o_n is changed to owner root; the -o _o_w_n_e_r option
     may be used to specify a different owner.

     _D_e_s_t_i_n_a_t_i_o_n is changed to group staff; the -g _g_r_o_u_p option
     may be used to specify a different group.

     If the -s option is specified the binary is stripped after
     being installed.

     _I_n_s_t_a_l_l refuses to move a file onto itself.

SEE ALSO
     chgrp(1), chmod(1), cp(1), mv(1), strip(1), chown(8)

























Printed 12/27/86         April 29, 1985                         1