home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sun / misc / 3304 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.7 KB  |  42 lines

  1. Newsgroups: comp.sys.sun.misc
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbfsb!cbnewsf.cb.att.com!hillel
  3. From: hillel@cbnewsf.cb.att.com (hillel.e.markowitz)
  4. Subject: Re: Why does OW leave all kind of garbage in tmp?
  5. Message-ID: <1992Jul23.184344.15206@cbfsb.cb.att.com>
  6. Sender: news@cbfsb.cb.att.com
  7. Organization: AT&T Federal Systems
  8. References: <1843@ltb.ltb.bso.nl>
  9. Date: Thu, 23 Jul 1992 18:43:44 GMT
  10. Lines: 30
  11.  
  12. In article <1843@ltb.ltb.bso.nl> wierda@ltb.ltb.bso.nl (Gerben Wierda) writes:
  13. >People here use OW 3.0. They turn on scrollbar on shelltool, the use file
  14. >manager. Result: /tmp gets filled with megabytes of trash like:
  15. >
  16. >-rw-------  1 maxwell      8064 Jul 23 08:56 Text11572.0
  17. >
  18. >etc. But then accumulated from weeks. Since these diskless workstations share
  19. >a disk partition on the sever for their root partitions, we end up with
  20. >surprisingly little room on / for everybody.
  21. >
  22. >Why doesn't OW remove the suff when it is done with it? Note that stopping and
  23. >restarting OW doesn't help. It is just old stuff that isnot removed and will
  24. >not be removed unless you do it by hand.
  25. >
  26. >-- 
  27. >wierda@ltb.bso.nl (Gerben Wierda) || I speak for myself and not for my employer.
  28. >(+31) 2154 84415/(+31) 35 833539  || Support the League for Programming Freedom!
  29. >    "If you don't know where you are going, any road will take you there."
  30. >    Lewis Carroll, "Alice in Wonderland".
  31.  
  32.  
  33. I would say that putting the following crontab (or similar) should
  34. be enough.  After all, cleaning up once a week should be sufficient.
  35.  
  36. 5 4 * * 6 rm -f /tmp/*
  37.  
  38. Of course this assumes that nobody leaves anything important on
  39. /tmp.
  40.  
  41. Hillel Markowitz        H_Markowitz@att.com
  42.