檔案、目錄防寫(轉)
檔案、目錄防寫(轉)[@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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORACLE directory 目錄讀寫檔案Oracle
- 刪除目錄及目錄下所有檔案與子目錄 (轉)
- 目錄與檔案屬性:編寫ls
- Linux 檔案與目錄管理(轉)Linux
- 目錄檔案有寫許可權 危險
- php在網站根目錄下寫檔案PHP網站
- 沒有目錄建目錄,沒有檔案建檔案
- dir 顯示目錄檔案和子目錄列表(轉)
- [轉]DB2目錄檔案結構DB2
- 把object放到同一個目錄的Makefile寫法,目標檔案同一目錄Object
- 18、檔案與目錄
- 清理bdump目錄檔案
- Linux /proc 目錄下檔案粗談(轉)Linux
- Python 檔案、目錄操作Python
- Linux 檔案與目錄Linux
- 列出目錄/檔案命令ls
- Linux — 檔案、目錄管理Linux
- 隱藏任意程式,目錄檔案,登錄檔,埠
- nginx 防 webshell 跨目錄NginxWebshell
- linux 快速計算檔案數和目錄數 (轉)Linux
- gitignore 忽略目錄下檔案僅保留目錄形態Git
- 8.var目錄下的檔案和目錄詳解
- IIS虛擬目錄掛載檔案伺服器目錄伺服器
- Linux檔案系統-目錄和檔案管理Linux
- C語言檔案與目錄(五)檔案鎖C語言
- Linux檔案及目錄管理Linux
- Linux檔案系統、目錄Linux
- 檔案包含之銘感目錄
- 【Linux】檔案系統目錄Linux
- Java XML檔案解析書目錄JavaXML
- dirlisting目錄檔案列表索引索引
- 上傳檔案並目錄打散
- php複製目錄及檔案PHP
- Linux 檔案與目錄管理Linux
- PHP遍歷目錄和檔案PHP
- Linux檔案和目錄管理Linux
- 刪除檔案或目錄提示"檔案或目錄無法刪除"的解決方法!
- [linux]開啟當前目錄以及PDF檔案-轉帖Linux