Which of the following commands prints all files and directories within the /tmp directory or
its subdirectories which are also owned by the user root? (Choose TWO correct answers.)
A.
 find /tmp -uid root -print
B.
 find -path /tmp -user root –print
C.
 find /tmp -user root
D.
 find /tmp -user root -print
E.
 find -path /tmp -uid root