Centos7 rm -rf to retrieve deleted files [tool extundelete]

Reference: https://www.cnblogs.com/jxkshu/p/4960390.html

 

Reference: https://blog.csdn.net/zhengwei125/article/details/50696799

 

Reference: https://blog.csdn.net/kezhen/article/details/17652065?locationNum=3

 

Reference: https://blog.csdn.net/lanyzh0909/article/details/40827215/

安装extundelete:

tar -xjf extundelete-0.2.2.tar.bz

cd extundelete-0.2.2

./configure

make&make install

 make -s all-recursive
Making all in src
Making install in src

/usr/bin/install -c ‘extundelete’ ‘/usr/local/bin/extundelete’
说明安装成功。

 

Guess you like

Origin blog.csdn.net/weixin_43343144/article/details/109572262