I am using Fedora CentOS 6.2 and I accidentally removed all the files contained in a folder using command rm *. All the files were text files and none of the file was opened anywhere else or had .swp . Is there any way so that I can get them back . Thanks in advance.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Get your backups.If you don't have some, well then you probably will keep some in the future. |
|||
|
|
|
Use rmdir to remove "empty" directories in the future. It will refuse to remove a directory with something in it. |
|||
|
|