You are not logged in.
Lights went out and my filesystem got corrupted. I've recognized all but three files at lost+found.
[luzbel@cthulhu lost+found]$ for file in $(ls);do file $file;md5sum $file;done
22352352: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped
a3dced3101d8e60149f5f24e78a4d784 22352352
22352353: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped
843733cda8fb66e5fa06aa3cbb0c15c4 22352353
4338176: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped
47fc7edb15c3b511fb3f704beccd6b62 4338176
If you got some CPU cycles free, would you be so kind to do:
# md5sum `find / -iname "*.so"` >> sums
and see if any file matches?
Thank you!
Offline
I tried it (`find / -iname "*.so" -exec md5sum {} ;' is the better way btw.) but did not find any matches.
Offline