![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Lock a file from being deleted? | Darren Taylor | Shell Programming and Scripting | 3 | 03-10-2008 06:07 AM |
| Retrieving deleted files | manna | UNIX for Dummies Questions & Answers | 3 | 01-07-2008 10:08 PM |
| Retrieving PID from a file | appleforme1415 | UNIX for Dummies Questions & Answers | 5 | 10-18-2007 01:44 AM |
| File deleted bymistake | csreenivas | SUN Solaris | 1 | 06-07-2007 06:00 AM |
| Automating Rlogin and File Retrieving | vicesjr | Shell Programming and Scripting | 3 | 04-27-2005 10:30 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
There is no way of retreiving a deleted file.
When you delete a file the inode becomes free. Usually this inode will be used for the first new file which is created. So retrieving is not an option As far as I know there is no undelete of retrieve in UNIX. The only thing you can do is restore it from tape (if you have saved your file(s) on tape. |
|
||||
|
well certainly there appears to be no way to retrieve exactly the same deleted file. So, all I could do is look for the file in
/var/preserve/username that is where VI stores the open files when the session is suddenly terminated. And luckily I found a recent version of my deleted file there... ![]() |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|