Xref: utzoo comp.unix.questions:11564 comp.unix.wizards:14575 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!oliveb!3comvax!bridge2!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Re: Nfs -- root privs Message-ID: <968@auspex.UUCP> Date: 7 Feb 89 20:28:47 GMT References: <695@blake.acs.washington.edu> <11494@swan.ulowell.edu> <11170@ulysses.homer.nj.att.com> Reply-To: guy@auspex.UUCP (Guy Harris) Distribution: usa Organization: Auspex Systems, Santa Clara Lines: 10 >>For example, export /usr to host1 read-only and map root to -2, but export >>/usr to host2 read-write and map root to 0 [Sun: hint, hint]. > >Check out SunOS 4.x, where in /etc/exports you can specify a "root" >option which lists the nodes to which you're giving root equivalence >access for a particular filesystem ... ... and an "rw" option which lists the nodes to which you're giving read-write access for a particular filesystem.