久久国产成人av_抖音国产毛片_a片网站免费观看_A片无码播放手机在线观看,色五月在线观看,亚洲精品m在线观看,女人自慰的免费网址,悠悠在线观看精品视频,一级日本片免费的,亚洲精品久,国产精品成人久久久久久久

分享

Linux console 的“資源回收筒”...

 農(nóng)夫子oice 2007-04-28

Linux console 的“資源回收筒”

safedelete 能暫存刪除的檔案, 讓 safedelete 取代 rm, 就能讓 Linux console 擁有 "資源回收筒" 的功能.

safedelete 下載點(diǎn): http://linux./sec/safedelete.html

vi ~/.bashrc

export SAFEDAYS=30 刪除的檔案保存 30 天
alias rm=‘/usr/bin/safedelete‘ 使用 safedelete 取代 rm 刪檔, 將刪除的檔案保存至資源回收筒 (~/.trash)
alias purge=‘/bin/rm -i‘ 真正要?jiǎng)h除檔案時(shí)以 purge 取代 rm 指令

指令備忘

  • undelete -l (小寫 L) 顯示資源回收筒裡所有的檔案
  • undelete -i 顯示資源回收筒裡所有的檔案 (詳細(xì)資料)
  • safedelchk 清除在資源回收筒裡超過保存天數(shù) (SAFEDAYS) 的檔案.

應(yīng)用實(shí)例 (以下 rm 為 alias rm=‘/usr/bin/safedelete‘ 的 rm)

cd /tmp
echo "test" > test.txt
rm test.txt

undelete test.txt (救回當(dāng)前目錄底下的指定檔案)

cd ~
echo "test" > test.txt
cd /tmp

echo "abc" > abc.txt
rm ~/test.txt test.txt

undelete -p *.txt -a (救回所有符合條件的檔案)

cd /tmp
mkdir test
cd test
touch a b c
cd ..
rm -rf test
undelete -p /tmp/test/* -a (救回指定目錄)

補(bǔ)充: 救回在 ext2 檔案系統(tǒng)被 rm 刪除的檔案

telinit S
debugfs /dev/hda5

lsdel
stat 123456
dump 123456 /path/to/savefile
quit

延伸閱讀:

Posted by Jamyy at 2006年01月23日 14:04

from:  http://cha./blog/archives/2006/01/linux_console.html#more

    本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,所有內(nèi)容均由用戶發(fā)布,,不代表本站觀點(diǎn),。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式,、誘導(dǎo)購買等信息,,謹(jǐn)防詐騙,。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,,請(qǐng)點(diǎn)擊一鍵舉報(bào),。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評(píng)論

    發(fā)表

    請(qǐng)遵守用戶 評(píng)論公約

    類似文章 更多