我的命令是srm -r“目录的标题”
它做了38次传球,这太疯狂了,最近我注意到我看不到在终端中使用ubuntu进行删除的过程!现在是空白了。
这是数据问题吗,因为我听说了ubuntu共享数据。
我曾经能够看到删除过程,我认为我使用了错误的命令,因为它执行了38次传递。但是我甚至不能再看到这个过程了,这并不有趣,它只会让我更担心。
发布于 2020-01-20 13:42:11
使用“详细”选项让它显示进程
srm -rv "the title of the directory"2次使用-l,1次使用-ll。但两者都不太安全。所以..。
srm -rvll "the title of the directory"省略l或ll会让srm做.
1 pass with 0xff
5 random passes. /dev/urandom is used for a secure RNG if available.
27 passes with special values defined by Peter Gutmann.
5 random passes. /dev/urandom is used for a secure RNG if available.
Rename the file to a random value
Truncate the file因此,确实有38张通行证:)
发布于 2020-01-20 14:23:03
hdparm来完成这个任务。https://askubuntu.com/questions/1204393
复制相似问题