单选题A backup is taken using the following command:tar -cvf abcdef.tar /usr/local/include/tcpd.h The operator is in the directory /usr/local/restores and runs the following command: tar -xvf abcdef.tar. Where will the file be restored?()A /usr/local/include

题目
单选题
A backup is taken using the following command:tar -cvf abcdef.tar /usr/local/include/tcpd.h The operator is in the directory /usr/local/restores and runs the following command: tar -xvf abcdef.tar. Where will the file be restored?()
A

/usr/local/include/tcpd.h

B

/usr/local/restores/tcpd.h

C

/usr/local/restores/include/tcpd.h

D

/usr/local/restores/usr/local/include/tcpd.h


相似考题
参考答案和解析
正确答案: C
解析: 暂无解析