this is a extra element for clear the floated element
linux环境下如何undelete
  • 12/31
  • 2008
备份恢复 | Oracle 867 次查看
  先在自己的主目录下创建一个名为.trash的子目录,然后在bashrc加入以下指令:

  ??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 掉就没救了。

  
您可能感兴趣的:

更多相关内容