![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Recovering 5.0.7 from Bootable CD | teamhog | SCO | 11 | 06-12-2007 10:20 AM |
| Recovering lost folders/files data | Yorgy | UNIX for Dummies Questions & Answers | 0 | 03-15-2007 01:46 PM |
| Will Old Files Be Removed | sunsation | UNIX for Dummies Questions & Answers | 5 | 06-26-2005 09:24 PM |
| Recovering lost files | LivinFree | UNIX for Dummies Questions & Answers | 1 | 08-16-2001 07:15 AM |
| Bring back removed files | Reza Nazarian | UNIX for Dummies Questions & Answers | 2 | 07-23-2001 07:52 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
recovering files removed with rm
Hello,
I was reading the manual on rm and it states that when you use 'rm' the files are usual recoverable, how is this done? Does it assume that a backup system is in place? Cheers Jack |
| Forum Sponsor | ||
|
|
|
|||
|
using putty client to connect to a redhat server using the bash shell
Code:
Note that if you use rm to remove a file, it is usually possible to recover the contents of that file. If you want more assurance that
the contents are truly unrecoverable, consider using shred.
|