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
What command could be used to find all packages with the string ‘mail’ within the package name?
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