佳木斯湛栽影视文化发展公司

主頁 > 知識庫 > CentOS增加系統(tǒng)回收站功能介紹

CentOS增加系統(tǒng)回收站功能介紹

熱門標簽:外呼系統(tǒng) 解決方案 家政服務(wù)網(wǎng)絡(luò) 電話機器人搭建 美團 硅谷的囚徒呼叫中心 服務(wù)器配置 百度競價點擊價格的計算公式

linux rm刪除文件之后,恢復(fù)就比較麻煩了,即使恢復(fù)了,文件名格式都變成一串數(shù)字了。

修改root用戶的環(huán)境變量

vi ~/.bashrc

注釋第5行的別名

#alias rm='rm -i'

最后一行添加如下內(nèi)容

mkdir -p ~/.trash

alias rm=trash

alias r=trash

alias rl='ls ~/.trash'

alias ur=undelfile

undelfile()

{

  mv -i ~/.trash/$@ ./

}

trash()

{

  mv $@ ~/.trash/

}

cleartrash()

{

    read -p "clear sure?[n]" confirm

    [ $confirm == 'y' ] || [ $confirm == 'Y' ]   /bin/rm -rf ~/.trash/*

}

重新加載環(huán)境變量

source ~/.bashrc

使用命令ll -a查看目錄,發(fā)現(xiàn)多了目錄.trash,這個目錄是用來存在刪除的文件

drwxr-xr-x.  2 root root       4096 Jun  4 11:31 .trash

刪除一個文件

[root@localhost ~]# rm percona-xtrabackup_2.2.3.orig.tar.gz

查看目錄,發(fā)現(xiàn)刪除的文件在回收站目錄

[root@localhost ~]# ll .trash/

total 33780

-rw-r--r--. 1 root root 34584359 Jun  2 09:39 percona-xtrabackup_2.2.3.orig.tar.gz

如果需要清空回收站文件

使用以下命令

[root@localhost ~]# cleartrash

clear sure?[n]y

再次查看,發(fā)現(xiàn)空了。

[root@localhost ~]# ll .trash/

total 0

雖然rm用別名定義了,但是可以是用絕對路徑刪除文件

比如/bin/rm 1.txt

它是不會保存到.trash目錄的。

如果需要定義自動清理7天刪除的文件

可以寫一個腳本

#!/bin/bash

find /root/.trash -ctime 7 -type f -name "*" -exec /bin/rm {} \;

然后在任務(wù)計劃里面調(diào)用一下就可以了。

如果Linux除了root用戶,還有其他用戶需要登陸服務(wù)器,也想他們使用回收站機制

可以修改系統(tǒng)環(huán)境變量

vi /etc/profile

最后一行添加

mkdir -p ~/.trash

alias rm=trash

alias r=trash

alias rl='ls ~/.trash'

alias ur=undelfile

undelfile()

{

  mv -i ~/.trash/$@ ./

}

trash()

{

  mv $@ ~/.trash/

}

 

cleartrash()

{

    read -p "clear sure?[n]" confirm

    [ $confirm == 'y' ] || [ $confirm == 'Y' ]   /bin/rm -rf ~/.trash/*

}

重新加載環(huán)境變量

source /etc/profile

創(chuàng)建普通用戶測試

useradd a

設(shè)置密碼

passwd a

登陸Linux

查看目錄,發(fā)現(xiàn)會創(chuàng)建.trash目錄

[a@localhost ~]$ ll -a

total 24

drwx------. 3 a    a    4096 Jun  4 11:45 .

drwxr-xr-x. 5 root root 4096 Jun  4 11:44 ..

-rw-r--r--. 1 a    a      18 Oct 16  2014 .bash_logout

-rw-r--r--. 1 a    a     176 Oct 16  2014 .bash_profile

-rw-r--r--. 1 a    a     124 Oct 16  2014 .bashrc

drwxrwxr-x. 2 a    a    4096 Jun  4 11:45 .trash

創(chuàng)建一個空文件

[a@localhost ~]$ touch 1.txt

刪除文件

[a@localhost ~]$ rm 1.txt

查看回收站目錄,發(fā)現(xiàn)多了一個文件

[a@localhost ~]$ ll .trash/

total 0

-rw-rw-r--. 1 a a 0 Jun  4 11:45 1.txt

如果對.trash目錄位置覺得不爽,可以修改環(huán)境變量,改成其他位置,注意保證目錄可寫。

標簽:撫州 邢臺 防城港 北海 臨沂 烏蘭察布 南昌 韶關(guān)

巨人網(wǎng)絡(luò)通訊聲明:本文標題《CentOS增加系統(tǒng)回收站功能介紹》,本文關(guān)鍵詞  ;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 收縮
    • 微信客服
    • 微信二維碼
    • 電話咨詢

    • 400-1100-266
    同心县| 无棣县| 高陵县| 武鸣县| 东阿县| 北川| 临湘市| 德钦县| 额敏县| 磴口县| 海阳市| 海晏县| 江陵县| 会泽县| 辰溪县| 鹤峰县| 沾益县| 冕宁县| 昭觉县| 丹江口市| 饶平县| 崇义县| 星子县| 台安县| 辽源市| 和顺县| 南宁市| 安图县| 彭水| 泊头市| 平舆县| 佛教| 阆中市| 昌吉市| 桂林市| 鄂托克前旗| 商都县| 泸水县| 寿阳县| 雷州市| 拜泉县|