rm
当我遇到这个选项时,我正在阅读手册页:
-P Overwrite regular files before deleting them. Files are overwritten
three times, first with the byte pattern 0xff, then 0x00, and
then 0xff again, before they are deleted.
Run Code Online (Sandbox Code Playgroud)
我想-P
是为了彻底删除一个文件,但不会将所有字节设置为0xff
或0x00
足够吗?为什么它必须在这两个三倍之间切换?