home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sun / admin / 5624 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  944 b 

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: Re: ex/vi's tmp directory.
  5. Message-ID: <14118@auspex-gw.auspex.com>
  6. Date: 18 Aug 92 18:45:47 GMT
  7. References: <1992Aug18.085605.16032@CSD-NewsHost.Stanford.EDU>
  8. Sender: news@auspex-gw.auspex.com
  9. Distribution: na
  10. Organization: Auspex Systems, Santa Clara
  11. Lines: 15
  12. Nntp-Posting-Host: bootme.auspex.com
  13.  
  14. >how does 1 change the "tmp" directory that ex/vci uses?
  15.  
  16.     set directory=<some other directory>
  17.  
  18. in your ".exrc" file.
  19.  
  20. >I have a sun4 system that miraculously started using
  21. >"/var/tmp" [which only root has write access to]
  22.  
  23. Find out whoever's responsible for making "/var/tmp" writable only by
  24. "root", and fix it/them.  It's supposed to be publicly-writable!
  25.  
  26. The reason why "ex"/"vi" uses "/var/tmp" is that people often mount
  27. "tmpfs" on "/tmp", which means "/tmp" goes away if the system is shut
  28. down, so that you lose "expreserve".
  29.