假如您需要找出 /etc/my.conf 文件属于哪个包 (package) ,您可以执行:
A.rpm -q /etc/my.conf B.rpm -requires /etc/my.conf C.rpm -qf /etc/my.conf D.rpm -q | grep /etc/my.conf正确答案C
假如您需要找出 /etc/my.conf 文件属于哪个包 (package) ,您可以执行:
A.rpm -q /etc/my.conf B.rpm -requires /etc/my.conf C.rpm -qf /etc/my.conf D.rpm -q | grep /etc/my.conf正确答案C