Topic: Shred Command - How to run it from Live CD
How do I run the "shred" command when booted up with the live CD?
I currently have 0.14.0 version on my CD for frequent formatting use. When I boot up, I always choose the "live CD" option from the menu and it loads a desktop screen.
Do I need to go to the command prompt level to use the "Shred" command?
How do I access the command level when booting up with the 0.14.0 CD?
I saw this ↓ from a google search result but wasn't understanding it completely:
---------------------------------------------------------------------------------------
shred -vfzn 5 /dev/sda1
Replace /dev/sda1 with the appropriate drive.
shred - the command to shred
v – provides verbose output
f – force permission changes to allow overwriting
z – write zeros after final pass to mask shredding
n – number of passes to be made. If this option is not specified, three passes are made by default.
---------------------------------------------------------------------------------------
If I wanted to shred a C drive, would I enter this?
shred -vfz3 /C: