QuestionQ163

Network Forensics and Traffic Analysis

Which Linux/UNIX command is used to permanently delete files so they cannot be recovered?

  • A del
  • B shred
  • C erase
  • D rm
Explanation

The shred utility overwrites file data before deletion, providing secure file removal rather than simply unlinking the file name.

Community Discussion

No comments yet. Be the first to start the discussion!