Match the following arguments with their actions when used with the find command:
1) -print a) Allows a command to be run against each matching file
2) -Is b) Is the default action and displays matches
3) -exec c) Displays full details on matches
4) -ok d) Can be used when you want a confirmation prompt
A.
1-b, 2-c, 3-a, 4-d
B.
1-b, 2-a, 3-d, 4-c
C.
1-c, 2-a, 3-b, 4-d
D.
1-c, 2-d, 3-a, 4-b