home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sun / admin / 8202 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.4 KB

  1. Xref: sparky comp.sys.sun.admin:8202 comp.sys.hp:12847
  2. Path: sparky!uunet!auspex-gw!guy
  3. From: guy@Auspex.COM (Guy Harris)
  4. Newsgroups: comp.sys.sun.admin,comp.sys.hp
  5. Subject: Re: Mounting /usr/spool/mail from HP?
  6. Message-ID: <15466@auspex-gw.auspex.com>
  7. Date: 12 Nov 92 19:56:50 GMT
  8. References: <1992Nov11.221801.2738@elroy.jpl.nasa.gov> <TML.92Nov12030940@hemuli.tik.vtt.fi> <1992Nov12.160404.12312@elroy.jpl.nasa.gov>
  9. Sender: news@auspex-gw.auspex.com
  10. Followup-To: comp.sys.sun.admin
  11. Organization: Auspex Systems, Santa Clara
  12. Lines: 14
  13. Nntp-Posting-Host: auspex.auspex.com
  14.  
  15. >Now let me tell you what happens when you extract from a Tar archive
  16. >containing directories you do not own, onto a non-Sun file system.
  17. >Sun's `tar' proceeds to chown the parent directories before putting
  18. >anything into them (figuring that this will fail if not root).
  19. >Surprise, it cannot write the files into the directory...
  20.  
  21. "Sun's `tar'" is 4.3BSD's "tar", with some additional flags added and
  22. some miscellaneous cleanup.  The notion that a user should be allowed to
  23. give files away is an S3/SV-ism; you can probably *ask* for that
  24. behavior in Solaris 2.x, but I think SVR4 also allows you to configure
  25. the system *not* to allow it, e.g. if you're using disk quotas.
  26.  
  27. Yes, differing file system semantics can be annoying, but be *very*
  28. careful before assigning blame; Sun isn't always the outlier here....
  29.