home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / flut39st.zoo / fileutils-3.9 / man / install.1 < prev    next >
Encoding:
Text File  |  1994-03-26  |  2.8 KB  |  129 lines

  1.  
  2.  
  3.  
  4. INSTALL(1L)                          INSTALL(1L)
  5.  
  6.  
  7. N✓NA✓AM✓ME✓E
  8.        install - copy files and    set their attributes
  9.  
  10. S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
  11.        i✓in✓ns✓st✓ta✓al✓ll✓l [options] [-s] [--strip]    source dest
  12.        i✓in✓ns✓st✓ta✓al✓ll✓l [options] [-s] [--strip]    source... directory
  13.        i✓in✓ns✓st✓ta✓al✓ll✓l [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. D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
  19.        This manual page    documents the  GNU  version  of     i✓in✓ns✓st✓ta✓al✓ll✓l.
  20.        i✓in✓ns✓st✓ta✓al✓ll✓l    copies files and sets their permission modes and,
  21.        if possible, their owner    and group.  Used similarly to c✓cp✓p;
  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.    O✓OP✓PT✓TI✓IO✓ON✓NS✓S
  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. INSTALL(1L)                          INSTALL(1L)
  69.  
  70.  
  71.        _✓-_✓-_✓h_✓e_✓l_✓p Print a usage message on standard    output    and  exit
  72.           successfully.
  73.  
  74.        _✓-_✓-_✓v_✓e_✓r_✓s_✓i_✓o_✓n
  75.           Print  version  information on standard output then
  76.           exit successfully.
  77.  
  78.  
  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. FSF            GNU File Utilities            2
  129.