home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / ultrix / 9259 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.0 KB  |  34 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!world!cmr
  3. From: cmr@world.std.com (Charles M Richmond)
  4. Subject: Re: SUMMARY: NFS exporting hassles
  5. Message-ID: <C0quBC.LAM@world.std.com>
  6. Organization: Integrated International Systems Corp. One Longfellow Place, Suite 3309, Boston, Ma.
  7. References: <flint.726378710@marsh> <flint.726725306@marsh> <1993Jan12.122721.26236@ulrik.uio.no>
  8. Date: Tue, 12 Jan 1993 13:47:36 GMT
  9. Lines: 23
  10.  
  11. I can't try this out, but...
  12.  
  13. If you want to export /usr/whatever with varying root permissions you might 
  14. try the following:
  15.  
  16.  
  17. ln -s /usr/whatever /usr/whtever 
  18.  
  19. then in the exports file
  20.  
  21.  
  22. /usr/whatever  [host list]
  23. /usr/whtever -r=0 roothost1 roothost2 roothost3 ...
  24.  
  25.  
  26. I do not see why this shouldn't work.
  27.  
  28. Charlie
  29. -- 
  30. *****************************************************************************
  31. *  Charles Richmond     Integrated International Systems Corporation        *
  32. *  cmr@world.std.com    (Temporary) cmr@koneko.shr.dec.com            *
  33. *  Specializing in UNIX, X, Image Processing, and Communications.           *
  34.