檔案、目錄防寫(轉)
檔案、目錄防寫(轉)[@more@][root@book ~]# touch a.txt
[root@book ~]# chattr +i a.txt
[root@book ~]# rm -f a.txt
rm: cannot remove `a.txt': Operation not permitted
[root@book ~]# ls
anaconda-ks.cfg a.txt Desktop firstboot.1120181163.33 install.log install.log.syslog
[root@book ~]# chattr -i a.txt
[root@book ~]# rm -f a.txt
[root@book ~]# ls
anaconda-ks.cfg Desktop firstboot.1120181163.33 install.log install.log.syslog
[root@test tmp]# mkdir tmp
[root@test tmp]# chattr +i tmp
[root@test tmp]# rm -fr tmp
rm: cannot remove directory `tmp': Operation not permitted
[root@book ~]# chattr +i a.txt
[root@book ~]# rm -f a.txt
rm: cannot remove `a.txt': Operation not permitted
[root@book ~]# ls
anaconda-ks.cfg a.txt Desktop firstboot.1120181163.33 install.log install.log.syslog
[root@book ~]# chattr -i a.txt
[root@book ~]# rm -f a.txt
[root@book ~]# ls
anaconda-ks.cfg Desktop firstboot.1120181163.33 install.log install.log.syslog
[root@test tmp]# mkdir tmp
[root@test tmp]# chattr +i tmp
[root@test tmp]# rm -fr tmp
rm: cannot remove directory `tmp': Operation not permitted
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10617731/viewspace-962006/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 批次目錄檔名大小寫轉換器
- 目錄與檔案屬性:編寫ls
- Python 檔案、目錄操作Python
- Linux 檔案與目錄Linux
- Linux檔案系統、目錄Linux
- Linux檔案和目錄管理Linux
- Linux檔案及目錄管理Linux
- gitignore 忽略目錄下檔案僅保留目錄形態Git
- 隱藏任意程式,目錄檔案,登錄檔,埠
- 8.var目錄下的檔案和目錄詳解
- IIS虛擬目錄掛載檔案伺服器目錄伺服器
- linux檔案與目錄管理命令Linux
- 檔案包含之銘感目錄
- Linux檔案與目錄管理(2)Linux
- php檔案操作之提取檔案/目錄的名稱PHP
- windows 把指定目錄的檔案複製到當前目錄Windows
- Python技法:實用運維指令碼編寫(程式/檔案/目錄操作)Python運維指令碼
- 在 Linux 中如何歸檔檔案和目錄Linux
- linux 刪除檔案或目錄——rmLinux
- ln 覆蓋普通檔案或目錄
- linux目錄及檔案命令學習Linux
- adb命令管理Linux 檔案和目錄Linux
- 為 github markdown 檔案生成目錄(toc)Github
- Linux rm(刪除檔案/目錄) 命令Linux
- Linux常見命令-目錄檔案命令Linux
- Linux檔案系統目錄結構Linux
- 設定儲存檔案的目錄
- Linux 基礎-檔案及目錄管理Linux
- 遍歷目錄下的所有檔案
- Linux讀寫執行許可權對目錄和檔案的影響Linux
- 關於onethink 目錄,檔案讀寫檢測函式中的問題函式
- Linux 只複製目錄,不復制目錄下的資料檔案Linux
- tar命令打包指定目錄及其檔案,而不包括其上級目錄
- 列出並排序檔案系統根目錄(/)下各個目錄的大小排序
- 【ZIP】打包過濾指定目錄和檔案
- eclipse直接開啟檔案所在本地目錄Eclipse
- Linux用inotify監聽檔案和目錄Linux
- Linux排查磁碟大檔案或大目錄Linux
- Linux的檔案屬性和目錄配置Linux