Advertisement
sissou123

Untitled

Mar 16th, 2022
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. How to Securely Erase a Disk and File using the Linux shred Command
  2. Removing files and formatting disks is a common task for users. And Linux provides a number of utilities to delete files and folders from the command line.
  3.  
  4. The most common command to delete files and folders is rm and rmdir, respectively. You can read in detail about the rm command here.
  5.  
  6. In this blog post, we will study a new command known as shred which helps us to wipe out disks and clear files in a secure way.
  7.  
  8. What is the Linux shred command?
  9. The shred command helps to overwrite the data in place several times. This makes it harder for third party software and hardware probing to recover the data. That is why it's commonly used to securely remove data.
  10.  
  11. Syntax of Linux shred command:
  12. shred [OPTION] filename
  13. shredding a 'file'
  14. shred -vfz [/file/system/path]
  15. shredding a 'disk'
  16. FOR MORE:https://usdshort.com/2Mbk1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement