![]() |
|
|
|
|
|||||||
| 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 |
| How to undelete | pratim09 | UNIX for Advanced & Expert Users | 1 | 05-10-2008 02:04 AM |
| to get the timestamp of files from the files and folders in Unix | kishan | HP-UX | 2 | 04-09-2008 05:20 AM |
| Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!! | haggo | Filesystems, Disks and Memory | 2 | 08-23-2006 08:39 AM |
| Undelete files | Bacchus | Filesystems, Disks and Memory | 0 | 05-25-2006 07:13 AM |
| undelete | krishna | UNIX for Advanced & Expert Users | 3 | 01-08-2002 02:14 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Undelete files in Unix
Hi
Is there any way to restore files accidentally deleted in Unix (other than rm -i) |
| Forum Sponsor | ||
|
|
|
|||
|
I don't believe there is any way to restore files deleted from the filesystem, and "rm -i" doesn't have anything to do with restoring already deleted files.
from the man page: Code:
-i Request confirmation before attempting to remove each file,
regardless of the file's permissions, or whether or not the
standard input device is a terminal. The -i option overrides
any previous -f options.
|
|
|||
|
No Guys ,
I was talking about some utility like we had PCTOOLS in DOS or something like that Taking backups and snapshots are all fine but what if someone does delete something ... shouldn't Unix give some Recycle bin feature like WINDOWS I distinctly remember that there is some undocumented feature on this and what's more this is a frequently asked question in Interviews as well |