You suspect that an attacker has hidden files on your machine. What Linux command would you use to search for files with a file name of a single space?

See Answers (1)

Suggested Answer

Linux command : find -name "the_name_of_the_file_here"

Related Question in Computers and Technology