浏览代码

Added description of the shred program.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@611 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Simon Perreault 24 年之前
父节点
当前提交
0f4f81c3f1
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      appendixa/fileutils-desc.xml

+ 9 - 0
appendixa/fileutils-desc.xml

@@ -165,6 +165,15 @@ rmdir removes directories, if they are empty.
 
 </sect3>
 
+<sect3><title>shred</title>
+
+<para>
+shred deletes a file securely, overwriting it first so that its contents can't
+be recovered.
+</para>
+
+</sect3>
+
 <sect3><title>sync</title>
 
 <para>