Which command will search the entire system for files named .profile?

Choose the correct answer

Explanation

Option B is correct because the 'find' command with '/' as the starting directory and '-name .profile' searches for all files named '.profile' throughout the system. The other options do not perform a system-wide search for these files.

Which command will search the entire system for file… — Basic of linux unix | PakQuizHub