I am newby in Linux, I wonder to know is there is any chance to recover changed file to its previous state?
I have had file aaa.cpio and have run the following command by mistake:
cpio -iv > aaa.cpio
which of course changed file content(I had to run cpio -iv < aaa.cpio)
How to recomev my real aaa.cpio?
Thank you very much...
My OS is CentOS.