
sfill
List of commands for sfill:
-
sfill:tldr:2dba9 sfill: Overwrite free space and inodes of a disk with 6 writes (fast but less secure) and show status.$ sfill -l -v ${-path-to-mounted_disk_directory}try on your machineexplain this command
-
sfill:tldr:5334a sfill: Overwrite free space and inodes of a disk with 1 write (very fast but insecure) and show status.$ sfill -ll -v ${-path-to-mounted_disk_directory}try on your machineexplain this command
-
sfill:tldr:74c0e sfill: Overwrite only free space of a disk.$ sfill -I ${-path-to-mounted_disk_directory}try on your machineexplain this command
-
sfill:tldr:9a0c1 sfill: Overwrite free space and inodes of a disk with 38 writes (slow but secure).$ sfill ${-path-to-mounted_disk_directory}try on your machineexplain this command
-
sfill:tldr:ede97 sfill: Overwrite only free inodes of a disk.$ sfill -i ${-path-to-mounted_disk_directory}try on your machineexplain this command