Which command will search the entire system for files named .profile?
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.