home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sgi / 12483 < prev    next >
Encoding:
Text File  |  1992-08-16  |  1.1 KB  |  31 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!sun-barr!ames!sgi!rhyolite!vjs
  3. From: vjs@rhyolite.wpd.sgi.com (Vernon Schryver)
  4. Subject: Re: Using the Automounter
  5. Message-ID: <ols0rms@rhyolite.wpd.sgi.com>
  6. Organization: Silicon Graphics, Inc.  Mountain View, CA
  7. References: <4275@inca.comlab.ox.ac.uk> <7140083348377@ibm.mcs.anl.gov>
  8. Date: Mon, 17 Aug 1992 03:15:02 GMT
  9. Lines: 20
  10.  
  11. > In article <4275@inca.comlab.ox.ac.uk> mjs@prg.ox.ac.uk (Michael Smith) writes:
  12. > >Has anyone out there perfected use of this wonderful feature?
  13. > >I have managed to set it up, but, for example, typing
  14. > >cd /home/nmra and then pwd gives /tmp_mnt/home/nmra, which
  15. > >is fine-ish, but makes things a bit more difficult to use.
  16. > >Is there some way of setting it up so the look is the same
  17. > >as with the ordinary mount?
  18.  
  19.  
  20. What I do is include the following line in my ~/.cshrc:
  21.  
  22. set home = `cd; pwd`
  23.  
  24. That makes $HOME and ~ point to /tmp_mnt/home/whatever, and generally
  25. makes things that want `pwd` from ~ to do obvious things.  The line is
  26. generally handy whenever the home directory in /etc/passwd (and
  27. substitutes like NIS) is really a symbolic link.
  28.  
  29.  
  30. Vernon Schryver,  vjs@sgi.com
  31.