LPI Exam Questions

What command could be used to find all packages with the string ‘mail’ within the packag

What command could be used to find all packages with the string ‘mail’ within the package name?

A.
find / -name ‘*mail*’

B.
rpm -qf /usr/bin/mail

C.
rpm -qa | grep mail

D.
locate mail