4.3BSD-Tahoe/usr/man/cat1/install.0

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




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



NNAAMMEE
     install - install binaries

SSYYNNOOPPSSIISS
     iinnssttaallll [ --cc ] [ --mm mode ] [ --oo owner ] [ --gg group ] [ --ss ]
     file1 file2; or file1 ... fileN directory

DDEESSCCRRIIPPTTIIOONN
     The file(s) are moved (or copied if the --cc option is speci-
     fied) to the target file or directory.  If the destination
     is a directory, then the _f_i_l_e is moved into _d_i_r_e_c_t_o_r_y with
     its original file-name.  If the target file already exists,
     it is overwritten.

     The mode is set to 755; the --mm option may be used to specify
     an alternate mode.

     The --oo and --gg options may be used to specify an owner and/or
     group, respectively.

     The --ss option causes the file to be stripped.  It is an
     error to attempt to strip a file not in the _a._o_u_t format,
     but not to attempt to strip a file that has already been
     stripped.

     _I_n_s_t_a_l_l refuses to move a file onto itself.

     Installing ``/dev/null'' creates an empty file.

RREETTUURRNN VVAALLUUEE
     Upon successful completion a value of 0 is returned.  Other-
     wise, a value of 1 is returned.

SSEEEE AALLSSOO
     chgrp(1), chmod(1), cp(1), mv(1), strip(1), a.out(5),
     chown(8)



















Printed 7/9/88		  July 9, 1988				1