home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d747 / aush.lha / AUSH / ExtraCmds.lha / englishdocs / ln.doc < prev    next >
Text File  |  1992-09-04  |  646b  |  33 lines

  1. NOM
  2.     ln - create a link
  3.  
  4. SYNOPSIS
  5.     ln [ -s ] src dst
  6.     ln -r src
  7.  
  8. DESCRIPTION
  9.     The first form creates a link named "src" to the file named "dst".
  10.     By default it's a "hard link", but the -s switch allow  to  create
  11.     a "soft link".
  12.     The second form examines the link "src" and tells where  it  point
  13.     to.
  14.  
  15. RETURN CODES
  16.     0 if all went well
  17.     1 in case of bad argument (fatal)
  18.     2 if one file couldn't be opened (fatal)
  19.     15 if system release is not 2.0 (fatal)
  20.     16 if link couldn't ne created (fatal)
  21.  
  22. CHANGES FROM UNIX
  23.     added -r option
  24.  
  25. NOTES
  26.     You must be under 2.0 system release to use this command
  27.  
  28. AUTHOR
  29.     Denis GOUNELLE
  30.     Last modified 04-Sep-92
  31.  
  32.  
  33.