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