linux环境下如何undelete? debugfs , ext2ed
linux环境下如何undelete? debugfs , ext2ed linux环境下如何undelete?
技巧管理员(2000-12-24 10:39)
〖返回〗〖转发〗
在bashrc加入以下指令,但是先要在/目录下创建一个名为.trash的子目录
alias rm 'mv -f !* ~/.trash'
alias undel 'mv ~/.trash/!* ./!*'
alias cleantrash '/bin/rm -rf ~/.trash; mkdir ~/.trash; sync'
alias lrm 'ls ~/.trash'
若文档是直接用rm命令删除的,理论上 ext2 内 rm 掉的档案还是可以用 debugfs , ext2ed 救回来的.当然... 被 overwrite 掉就没救了.