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

  1.  
  2.  
  3.  
  4. LN(1L)                                                     LN(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        ln - make links between files
  9.  
  10. SSYYNNOOPPSSIISS
  11.        llnn [options] source [dest]
  12.        llnn [options] source... directory
  13.        Options:
  14.        [-bdfisvF]      [-S      backup-suffix]      [-V     {num-
  15.        bered,existing,simple}]                        [--version-
  16.        control={numbered,existing,simple}]  [--backup]  [--direc-
  17.        tory] [--force] [--interactive]  [--symbolic]  [--verbose]
  18.        [--suffix=backup-suffix] [--help] [--version]
  19.  
  20. DDEESSCCRRIIPPTTIIOONN
  21.        This  manual page documents the GNU version of llnn.  If the
  22.        last argument names an existing directory, llnn  links  each
  23.        other  given  file  into a file with the same name in that
  24.        directory.  If only one file is given, it links that  file
  25.        into  the current directory.  Otherwise, if only two files
  26.        are given, it links the first onto the second.  It  is  an
  27.        error  if  the  last  argument is not a directory and more
  28.        than two files are given.  It makes hard links by default.
  29.        By default, it does not remove existing files.
  30.  
  31.    OOPPTTIIOONNSS
  32.        _-_b_, _-_-_b_a_c_k_u_p
  33.               Make backups of files that are about to be removed.
  34.  
  35.        _-_d_, _-_F_, _-_-_d_i_r_e_c_t_o_r_y
  36.               Allow the super-user to make hard links to directo-
  37.               ries.
  38.  
  39.        _-_f_, _-_-_f_o_r_c_e
  40.               Remove existing destination files.
  41.  
  42.        _-_i_, _-_-_i_n_t_e_r_a_c_t_i_v_e
  43.               Prompt   whether  to  remove  existing  destination
  44.               files.
  45.  
  46.        _-_s_, _-_-_s_y_m_b_o_l_i_c
  47.               Make symbolic links instead of  hard  links.   This
  48.               option produces an error message on systems that do
  49.               not support symbolic links.
  50.  
  51.        _-_v_, _-_-_v_e_r_b_o_s_e
  52.               Print the name of each file before linking it.
  53.  
  54.        _-_-_h_e_l_p Print a usage message and exit with a non-zero sta-
  55.               tus.
  56.  
  57.        _-_-_v_e_r_s_i_o_n
  58.               Print  version  information  on standard error then
  59.               exit.
  60.  
  61.  
  62.  
  63.  
  64. FSF                     GNU File Utilities                      1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. LN(1L)                                                     LN(1L)
  71.  
  72.  
  73.        _-_S_, _-_-_s_u_f_f_i_x _b_a_c_k_u_p_-_s_u_f_f_i_x
  74.               The suffix used for making simple backup files  can
  75.               be  set  with  the SSIIMMPPLLEE__BBAACCKKUUPP__SSUUFFFFIIXX environment
  76.               variable, which can be overridden by  this  option.
  77.               If  neither  of those is given, the default is `~',
  78.               as it is in Emacs.
  79.  
  80.        _'_-_V_, _-_-_v_e_r_s_i_o_n_-_c_o_n_t_r_o_l _{_n_u_m_b_e_r_e_d_,_e_x_i_s_t_i_n_g_,_s_i_m_p_l_e_}_"
  81.               The type of backups made can be set with  the  VVEERR--
  82.               SSIIOONN__CCOONNTTRROOLL  environment  variable,  which  can be
  83.               overridden by this option.  If  VVEERRSSIIOONN__CCOONNTTRROOLL  is
  84.               not  set  and this option is not given, the default
  85.               backup type is `existing'.  The value of  the  VVEERR--
  86.               SSIIOONN__CCOONNTTRROOLL  environment variable and the argument
  87.               to this option are like  the  GNU  Emacs  `version-
  88.               control'  variable;  they  also  recognize synonyms
  89.               that are more descriptive.  The  valid  values  are
  90.               (unique abbreviations are accepted):
  91.  
  92.               `t' or `numbered'
  93.                      Always make numbered backups.
  94.  
  95.               `nil' or `existing'
  96.                      Make  numbered backups of files that already
  97.                      have them, simple backups of the others.
  98.  
  99.               `never' or `simple'
  100.                      Always make simple backups.
  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.