home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / sysadmin / 6434 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.2 KB

  1. Path: sparky!uunet!snorkelwacker.mit.edu!ira.uka.de!fhg!igd!carioca!neuss
  2. From: neuss@igd.fhg.de (Christian Neuss )
  3. Newsgroups: comp.sys.next.sysadmin
  4. Subject: Re: Query: Recover rm'd files?
  5. Message-ID: <neuss.721315906@carioca>
  6. Date: 9 Nov 92 13:31:46 GMT
  7. References: <1992Oct30.023711.20765@cs.ucla.edu> <1992Oct30.172115.10099@tamsun.tamu.edu>
  8. Sender: news@igd.fhg.de
  9. Lines: 23
  10.  
  11. andrewd@tamsun.tamu.edu (Andrew T Duchowski) writes:
  12.  
  13. >In article <1992Oct30.023711.20765@cs.ucla.edu> andylee@oahu.cs.ucla.edu (Andy Lee) writes:
  14. >>Is there ANY way to recover deleted files (using rm)?
  15. >> [..]
  16.  
  17. >Weren't there a 'Norton Utilities for Unix' somwhere?  Or is there
  18. >a public domain thing like this somewhere?  Please post an answer
  19. >to this (and avoid smart-alecky things like 'you should use the
  20. >recycler and never empty it').
  21.  
  22. No, after my knowledge, there is no such tool. But there is an easy
  23. workaround: You can alias 'rm' do to something like 
  24. 'move the file to /tmp'. You can then retrieve a file by simply copying it
  25. back. Also, after each reboot, /tmp is being cleared, so you won't
  26. eat up all your disk space.
  27.  
  28. Hope that helps,
  29. (and wasn't to smart alecky)
  30. Chris
  31. /*
  32.  *  Christian Neuss  %  neuss@igd.fhg.de  %  ..in the humdrum
  33.  */
  34.