home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9701 < prev    next >
Encoding:
Text File  |  1992-09-02  |  867 b   |  32 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!cs.utexas.edu!torn!newshost.uwo.ca!syslab.csd.uwo.ca!klode
  3. From: klode@syslab.csd.uwo.ca (Claude Morin)
  4. Subject: Re: symlinks in 0.97pl2
  5. Organization: Department of Computer Science, University of Western Ontario, London
  6. Date: Wed, 2 Sep 1992 20:59:03 GMT
  7. Message-ID: <1992Sep2.205903.6121@julian.uwo.ca>
  8. References: <1992Aug31.020059.21670@athena.mit.edu>
  9. Sender: news@julian.uwo.ca (USENET News System)
  10. Nntp-Posting-Host: rubble.syslab.csd.uwo.ca
  11. Lines: 19
  12.  
  13. SunOS 4.1.1 allows the following:
  14.  
  15.      r-x--x--x    ...        ff*
  16.     lrwxrwxrwx    ...        bob -> ff*
  17.  
  18.     rubble[400] % cat bob
  19.     #!/bin/sh -
  20.     echo hello
  21.     rubble[401] % ./ff
  22.     hello
  23.     rubble[402] % ./bob
  24.     hello
  25.  
  26. So I guess that linux is 'broken'.  Perhaps linux is displaying correct POSIX
  27. behaviour...
  28. ---
  29. Claude Morin
  30. (that's "klode", NOT "clod"...French :-)
  31. London, Ontario, Canada
  32.