JAVA/Sun Exam Questions

Which command is used to print all world-writable files?

Which command is used to print all world-writable files?

A.
find / -perm -a=w -print

B.
find / -perm -o=w -print

C.
find / -perm -u=w -print

D.
find / -perm -a=777 -print