CONTENT
  • CHANGES
Szukaj
counter

#top shred


shred - overwrite a file to hide its contents, and optionally delete it

Powiązane:

SYNOPSIS
shred [OPTIONS] FILE [...]


DESCRIPTION



OPTIONS
-f, --force
change permissions to allow writing if necessary

-n, --iterations=N
overwrite N times instead of the default (3)

-s, --size=N
shred this many bytes (suffixes like K, M, G accepted)

-u, --remove
truncate and remove file after overwriting

-v, --verbose
show progress

-x, --exact
do not round file sizes up to the next full block;
this is the default for non-regular files

-z, --zero
add a final overwrite with zeros to hide shredding

--help
display this help and exit



EXAMPLES
nadpisanie losowymi danymi (uzywając 1 iteracji) a następnie wyzerowanie (nadpisanie bajtami o wartości "0x00") pierwszych 10M pliku/urządzenia:
shred -z -n 1 -s 10M /path/to/file
shred -z -n 1 -s 10M /dev/device




Zmodyfikowany ostatnio: 2014/07/29 12:40:28 (9 lat temu), textsize: 1,58 kB, htmlsize: 2,08 kB

Zapraszam do komentowania, zgłaszania sugestii, propozycji, własnych przykładów, ...
Dodaj komentarzKomentarze użytkowników