![]() |
|
|
|
|
|||||||
| 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 |
| Using camcorder tapes to back up files | iBot | UNIX and Linux RSS News | 0 | 12-20-2007 08:20 AM |
| IPMP setup removed, comes back with reboot | jackiea | SUN Solaris | 2 | 11-05-2007 08:18 PM |
| Can I back up all the files I work with each day using tar? | jo calamine | Filesystems, Disks and Memory | 2 | 10-01-2006 02:35 PM |
| recovering files removed with rm | jack1981 | UNIX for Dummies Questions & Answers | 4 | 09-15-2006 04:06 AM |
| Will Old Files Be Removed | sunsation | UNIX for Dummies Questions & Answers | 5 | 06-26-2005 09:24 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Dear People
I have removed some of my files and directories( by using rm and rmdir commands) by mistake. I wish to bring them back. How is it possible?( I am using solaris 2.6) best regards Reza Nazarian |
| Forum Sponsor | ||
|
|
|
|||
|
There are two possibilities:
1. Restore them from backup (if you have one) 2. Write them new ;-) I think you are searching for an undelete-commando or any kind of wastebasket like under ms-windows, but there is none under unix ... bad luck |
|
|||
|
a hint for next time.
alias your rm command to move the files to the /tmp dir. then if you really wanted to delete them use a rm -f from the tmp dir. its a tuff lesson to learn but it happens. |
|||
| Google The UNIX and Linux Forums |