I have a server under Linux OS, I delete the tomcat folder, how to restore it? this folder contain all my project under webapps and my tomcat configuration please help me to restore this folder please I forget what configuration I did it to re configured again

link|improve this question
feedback

migrated from stackoverflow.com Sep 23 '11 at 9:07

This question came from our site for professional and enthusiast programmers.

2 Answers

If you deleted it using rm -rf /path/to/your/folder then it's basically gone. If you deleted it via the GUI (if you even have that installed) then it may be in your recycling bin.

link|improve this answer
i delete it by (rm -fr *) remotely under linux, how can i restore it – danny-london Sep 23 '11 at 7:02
For all intents and purposes, it's gone. Because of the way linux filesystems are structured, file can't be recovered (someone correct me if I'm wrong) – H4Z3Y Sep 23 '11 at 7:06
feedback

http://www.makeuseof.com/tag/recover-deleted-files-from-your-linux-system/

link|improve this answer
i use it but i don't know how to restore specific folder. if you know please mention – danny-london Sep 23 '11 at 7:07
feedback

Your Answer

 
or
required, but never shown