当前位置: 技术问答>linux和unix
chattr -s s:保密性删除文件或目录。能否举个例子呢?我自己试了下没反应
来源: 互联网 发布时间:2016-10-01
本文导语: When a file with the `s' attribute set is deleted, its blocks are zeroed and written back to the disk. s:保密性删除文件或目录。 $chattr +s testing1 testing还是在磁盘中。。 | 它写的是当一个拥有S属...
When a file with the `s' attribute set is deleted, its blocks are zeroed and written back to the disk.
s:保密性删除文件或目录。
$chattr +s testing1
testing还是在磁盘中。。
s:保密性删除文件或目录。
$chattr +s testing1
testing还是在磁盘中。。
|
它写的是当一个拥有S属性的文件被删除的时候,所有的块会被清零,并回写到磁盘。
而你的命令只是给这个文件增加S属性
而你的命令只是给这个文件增加S属性
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。