home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / 3b1 / 4346 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.5 KB  |  48 lines

  1. Newsgroups: comp.sys.3b1
  2. Path: sparky!uunet!cs.utexas.edu!csc.ti.com!tilde.csc.ti.com!ticipa!landru.mtc.ti.com!rmfowler
  3. From: rmfowler@landru.mtc.ti.com (Rex Fowler)
  4. Subject: Re: link vs ln on the 3b1: what gives?
  5. Message-ID: <1993Jan21.234232.6234@ticipa.pac.sc.ti.com>
  6. Sender: usenet@ticipa.pac.sc.ti.com (USENET News System)
  7. Organization: Manufacturing Technology Center, Texas Instruments, Dallas
  8. References: <1993Jan21.222343.18551@colorado.edu>
  9. Date: Thu, 21 Jan 1993 23:42:32 GMT
  10. Lines: 36
  11.  
  12.  
  13. In article <1993Jan21.222343.18551@colorado.edu> wouk@alumni.cs.colorado.edu (Arthur Wouk) writes:
  14. >
  15. >ln -s does not work.
  16.  
  17. Our kernel does not support symbolic links.  BSD added it although many
  18. newer implementations have also included it.
  19.  
  20. >ln a b just creates two copies of the same file with different names.
  21. >is this a bug or a feature?:-)
  22.  
  23. One file, two names.  Look at compress/uncompress/zcat, it's the same file
  24. with 3 names.  I'd call links a feature.  Not having symlinks is just
  25. another "it's not in the kernel" issue.
  26.  
  27. >this is a very unsatisfactory state of affairs. how do we create soft
  28. >links on the 3b1? 
  29.  
  30. can't
  31.  
  32. >can we use the alias feature in ksh, and will it give the same results
  33. >as a soft link?
  34.  
  35. No, alias is used for commands, not filenames
  36.  
  37. Also,
  38. link is a system call , ln is a shell command.  ln uses link.
  39.  
  40. >-- 
  41. >arthur wouk 
  42. >internet: wouk@alumni.cs.colorado.edu
  43.  
  44. -- 
  45. Rex Fowler              Inet    : <rmfowler@landru.mtc.ti.com>
  46. Texas Instruments       TI MSG  : rfow
  47. Dallas Tx               Phone   : (214)995-4001
  48.