Multiple choice technology operating systems

what is the command used for recovering deleted files?

  1. find

  2. dump

  3. get

  4. grep

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In UNIX, raw disk partitions can be scanned using grep to recover text from deleted files by matching specific patterns directly in block device data. Other options like find locate existing files, dump performs backups, and get retrieves files over FTP.