How to recover the deleted files using "rm -R" command in linux server?

Srini picture Srini · Nov 3, 2014 · Viewed 188.1k times · Source

I have unfortunately deleted some important files and folders using 'rm -R ' command in Linux server.

Is there any way to recover?

Answer

Shishir Arora picture Shishir Arora · Mar 17, 2016

since answers are disappointing I would like suggest a way in which I got deleted stuff back.

I use an ide to code and accidently I used rm -rf from terminal to remove complete folder. Thanks to ide I recoved it back by reverting the change from ide's local history.

(my ide is intelliJ but all ide's support history backup)