home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sgi / 13034 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.8 KB

  1. Xref: sparky comp.sys.sgi:13034 comp.unix.questions:10511 comp.unix.admin:4768 comp.unix.misc:3423
  2. Newsgroups: comp.sys.sgi,comp.unix.questions,comp.unix.admin,comp.unix.misc
  3. Path: sparky!uunet!wupost!sdd.hp.com!elroy.jpl.nasa.gov!ames!sgi!rhyolite!vjs
  4. From: vjs@rhyolite.wpd.sgi.com (Vernon Schryver)
  5. Subject: Re: chown : HELP!
  6. Message-ID: <p6c4vho@rhyolite.wpd.sgi.com>
  7. Organization: Silicon Graphics, Inc.  Mountain View, CA
  8. References: <1992Aug26.081722.27559@leland.Stanford.EDU> <id.2FQS.7B6@ferranti.com>
  9. Date: Sat, 29 Aug 1992 15:41:51 GMT
  10. Lines: 32
  11.  
  12. In article <id.2FQS.7B6@ferranti.com>, peter@ferranti.com (peter da silva) writes:
  13. > In article <1992Aug26.081722.27559@leland.Stanford.EDU> underdog@leland.Stanford.EDU (Dwight Joe) writes:
  14. > > What the hell does that mean?  What am I doing wrong?  I am executing the
  15. > > "chown" command as the "root" user.  Shouldn't I _have_ permission?
  16. > Yes, you should. But because you're using NFS, you don't. NFS is not a full
  17. > UNIX file system.
  18.  
  19. This is political nonsense.
  20.  
  21. Yes, NFS is not EFS, and the differences between NFS symantics and
  22. common UNIX file system symantics can be, to understate the case,
  23. inconvenient.
  24.  
  25. No, that is not what is happening here.  A network file system for
  26. anything but a trivial network must worry more about security than the
  27. local disk file system.  Generally, a machine can trust itself to have
  28. authenticated "root", but generally a machine should not trust other
  29. machines to have authenticated "root."
  30.  
  31. If you want root on the server to be the same as root on one or more
  32. clients, so that chown as root would work, then you can set
  33. /etc/exports so that is what happens.
  34. Read `man exporfs` and `man exports`.
  35.  
  36. > rlogin to the server and do it from there.
  37.  
  38. That is often the best (i.e. safest and easiest) way to be root on the
  39. server.
  40.  
  41.  
  42. Vernon Schryver, vjs@sgi.com
  43.