由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - linux 能查到 deleted file list 吗
相关主题
new了指针,delete的时候出错了Listing files under a directory in C++
问个C++中重复删除指针的问题关于数组动态分配的疑问???
[合集] 请教一个c++ 中 delete [] 的问题new and delete in c++
one question about overloading operator deletedelete this problem
What is wrong?delete一问
delete sheets from Excel workbook in C# (转载)C++求助: New/Delete in Multidimensioned array
探讨一下, 如何防止删除时避免错误C++ pointer problem
delete files in windows请教一个C++有关的编译问题
相关话题的讨论汇总
话题: file话题: deleted话题: list话题: linux
进入Programming版参与讨论
1 (共1页)
t**********y
发帖数: 374
1
文件系统没有backup. 写代码的过程中delete了一些文件,现在想找回当初生成的确
file list. 主要是想回顾下整个过程的思路
有这个可能性吗?
谢谢了!!
t**********y
发帖数: 374
2
文件系统没有backup. 写代码的过程中delete了一些文件,现在想找回当初生成的确
file list. 主要是想回顾下整个过程的思路
有这个可能性吗?
谢谢了!!
t**********y
发帖数: 374
3
自己顶!
多谢了!!

【在 t**********y 的大作中提到】
: 文件系统没有backup. 写代码的过程中delete了一些文件,现在想找回当初生成的确
: file list. 主要是想回顾下整个过程的思路
: 有这个可能性吗?
: 谢谢了!!

n******7
发帖数: 12463
4
google一下啦
我帮你google了一下
http://superuser.com/questions/530104/how-to-find-which-files-a

"Pretty much impossible" This is just plain wrong and because of this I have
to downvote this. Deletion times are stored in some filesystems, example of
such fs is ext3 filesystem. ext3grep might help when hunting down. I got
superuser.com/a/433785/132604 that has some information and links to
utilities that could be used to find (possibly recover too) deleted files
and information about them. When you delete file, in most filesystems, it is
not actually removed but marked as space that could be overwritten in
demand.
另外,bash history也会有些信息 如果你不是rm -r的话
t**********y
发帖数: 374
5
谢谢了!
我的是在cluster上做的.不知道适用不适用...

have
of
is

【在 n******7 的大作中提到】
: google一下啦
: 我帮你google了一下
: http://superuser.com/questions/530104/how-to-find-which-files-a
:
: "Pretty much impossible" This is just plain wrong and because of this I have
: to downvote this. Deletion times are stored in some filesystems, example of
: such fs is ext3 filesystem. ext3grep might help when hunting down. I got
: superuser.com/a/433785/132604 that has some information and links to
: utilities that could be used to find (possibly recover too) deleted files
: and information about them. When you delete file, in most filesystems, it is

1 (共1页)
进入Programming版参与讨论
相关主题
请教一个C++有关的编译问题What is wrong?
one question about delete in c++delete sheets from Excel workbook in C# (转载)
一个简单的小问题探讨一下, 如何防止删除时避免错误
Why my new or delete operator would fail?delete files in windows
new了指针,delete的时候出错了Listing files under a directory in C++
问个C++中重复删除指针的问题关于数组动态分配的疑问???
[合集] 请教一个c++ 中 delete [] 的问题new and delete in c++
one question about overloading operator deletedelete this problem
相关话题的讨论汇总
话题: file话题: deleted话题: list话题: linux