home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / fileutils-3.9-bin.lha / man / cat1 / install.0 < prev    next >
Text File  |  1993-12-07  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4. INSTALL(1L)                                           INSTALL(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        install - copy files and set their attributes
  9.  
  10. SSYYNNOOPPSSIISS
  11.        iinnssttaallll [options] [-s] [--strip] source dest
  12.        iinnssttaallll [options] [-s] [--strip] source... directory
  13.        iinnssttaallll [options] [-d,--directory] directory...
  14.        Options:
  15.        [-c]  [-g  group]  [-m  mode]  [-o  owner] [--group=group]
  16.        [--mode=mode] [--owner=owner] [--help] [--version]
  17.  
  18. DDEESSCCRRIIPPTTIIOONN
  19.        This manual page documents the  GNU  version  of  iinnssttaallll.
  20.        iinnssttaallll  copies files and sets their permission modes and,
  21.        if possible, their owner and group.  Used similarly to ccpp;
  22.        typically  used  in  Makefiles to copy programs into their
  23.        destination directories.  It can also be  used  to  create
  24.        the  destination  directories and any leading directories,
  25.        and to set the final directory's  modes.   It  refuses  to
  26.        copy files onto themselves.
  27.  
  28.    OOPPTTIIOONNSS
  29.        _-_c     Ignored;  for  compatibility with old Unix versions
  30.               of install.
  31.  
  32.        _-_d_, _-_-_d_i_r_e_c_t_o_r_y
  33.               Create each given directory and its leading  direc-
  34.               tories,  if  they  do  not  already exist.  Set the
  35.               owner, group and mode as given on the command  line
  36.               or  to the defaults.  Also gives any leading direc-
  37.               tories that are created those attributes.  This  is
  38.               different  from  the SunOS 4.x _i_n_s_t_a_l_l, which gives
  39.               directories that it creates the default attributes.
  40.  
  41.        _-_g_, _-_-_g_r_o_u_p _g_r_o_u_p
  42.               Set  the  group  ownership of the installed file or
  43.               directory to the group ID of _g_r_o_u_p (default is pro-
  44.               cess's current group).  _g_r_o_u_p may also be a numeric
  45.               group ID.
  46.  
  47.        _-_m_, _-_-_m_o_d_e _m_o_d_e
  48.               Set the permission mode for the installed  file  or
  49.               directory  to  _m_o_d_e,  which  can be either an octal
  50.               number, or a symbolic mode as in chmod, with  0  as
  51.               the  point of departure.  The default mode is 0755.
  52.  
  53.        _-_o_, _-_-_o_w_n_e_r _o_w_n_e_r
  54.               If run as root, set the ownership of the  installed
  55.               file  to  the  user  ID of _o_w_n_e_r (default is root).
  56.               _o_w_n_e_r may also be a numeric user ID.
  57.  
  58.        _-_s_, _-_-_s_t_r_i_p
  59.               Strip the symbol tables from installed programs.
  60.  
  61.  
  62.  
  63.  
  64. FSF                     GNU File Utilities                      1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. INSTALL(1L)                                           INSTALL(1L)
  71.  
  72.  
  73.        _-_-_h_e_l_p Print a usage message and exit with a non-zero sta-
  74.               tus.
  75.  
  76.        _-_-_v_e_r_s_i_o_n
  77.               Print  version  information  on standard error then
  78.               exit.
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. FSF                     GNU File Utilities                      2
  131.  
  132.  
  133.