日期:2011-07-14 18:03:00 来源:本站整理
linux 文件、目录写保护[Linux安全]
本文“linux 文件、目录写保护[Linux安全]”是由七道奇为您精心收集,来源于网络转载,文章版权归文章作者所有,本站不对其观点以及内容做任何评价,请读者自行判断,以下是其具体内容:
文件:
[root@book ~]# touch a.txt
[root@book ~]# chattr +i a.txt
[root@root ~]# rm -f a.txt
rm: cannot remove `a.txt': Operation not permitted
[root@book ~]# ls
anaconda-ks.cfg a.txt Desktop install.log install.log.syslog
[root@book ~]# chattr -i a.txt
[root@book ~]# rm -f a.txt
[root@book ~]# ls
anaconda-ks.cfg Desktop install.log install.log.syslog
目录:
[root@root root]# mkdir test
[root@root root]# chattr +i test
[root@root root]# rm -fr test
rm: cannot remove directory `test': Operation not permitted
以上是“linux 文件、目录写保护[Linux安全]”的内容,如果你对以上该文章内容感兴趣,你可以看看七道奇为您推荐以下文章:本文地址: | 与您的QQ/BBS好友分享! |
评论内容只代表网友观点,与本站立场无关!
评论摘要(共 0 条,得分 0 分,平均 0 分)
查看完整评论