A system administrator needs to find all files within the `/etc` directory that are owned by the `root` user and have been modified in the last 7 days. Which command will accomplish this?
-
A
find /etc -user root -mtime +7
-
B
find /etc -user root -mtime -7
-
C
find /etc -group root -mmin -7
-
D
find /etc -user root -ctime 7