Correct choice is (a) -exec
Explanation: The -exec option is one of the major option used with the find command. It lets us take any action by running a UNIX command on the selected files. -exec takes the command to execute as its own argument, followed by {} and \;. For example,