单项选择题

A.find /boot -size +300k -type f -exec cp -r {}/opt :
B.find /boot -size +300k -type f -exec cp -r {}/opt \
C.find /boot -size +300k -type d -exec cp -r {}/opt ;
D.find /boot -size +300k -type f -exec cp -r {}/opt ;