127k views
3 votes
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?

User Ogod
by
8.1k points

1 Answer

3 votes
Linux command : find -name "the_name_of_the_file_here"
User Iammrmehul
by
8.3k points