liunx誤刪文件如何恢復(fù)
來(lái)源:懂視網(wǎng)
責(zé)編:小采
時(shí)間:2021-02-08 22:31:41
liunx誤刪文件如何恢復(fù)
1、在終端窗口中輸入命令touchdemo.txt創(chuàng)建一個(gè)演示文稿。2、執(zhí)行命令rm-rfdemo.txt 刪除該文件。3、執(zhí)行debugfs命令。4、執(zhí)行命令ddif=/dev/mapper/vg_root-lv_rootof=/home/demo.txt bs=640即可恢復(fù)文件。
導(dǎo)讀1、在終端窗口中輸入命令touchdemo.txt創(chuàng)建一個(gè)演示文稿。2、執(zhí)行命令rm-rfdemo.txt 刪除該文件。3、執(zhí)行debugfs命令。4、執(zhí)行命令ddif=/dev/mapper/vg_root-lv_rootof=/home/demo.txt bs=640即可恢復(fù)文件。
linux誤刪文件怎么恢復(fù)?我們一起來(lái)了解一下吧。
1、在終端窗口中輸入命令 touch demo.txt創(chuàng)建一個(gè)演示文稿。
2、執(zhí)行命令rm -rf demo.txt 刪除該文件。
3、執(zhí)行 debugfs命令。
4、執(zhí)行命令 dd if=/dev/mapper/vg_root-lv_root of=/home/demo.txt bs=640 count=1 skip=1089 來(lái)恢復(fù)文件。
聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問(wèn)題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
liunx誤刪文件如何恢復(fù)
1、在終端窗口中輸入命令touchdemo.txt創(chuàng)建一個(gè)演示文稿。2、執(zhí)行命令rm-rfdemo.txt 刪除該文件。3、執(zhí)行debugfs命令。4、執(zhí)行命令ddif=/dev/mapper/vg_root-lv_rootof=/home/demo.txt bs=640即可恢復(fù)文件。