Exam GCIH All QuestionsBrowse all questions from this exam
Question 200

Which command produced the following output?

    Correct Answer: B

    The command 'net view \10.0.0.5' is used to display a list of shared resources on the network computer with the IP address 10.0.0.5. The output shown in the image includes shared resources 'Recordings' and 'Reports', which is consistent with the output produced by the 'net view' command. The other commands do not display a list of shared resources on a remote computer in this manner.

Discussion
rearmostpianoOption: B

B. net view \10.0.0.5 The net view command is used to display a list of resources being shared on a network computer. The backslashes (\\) before the IP address indicate that this is a network path. The net view command followed by a network path is commonly used to list shared resources available at that address. The other options don't produce this specific type of output: A. net session - Lists or disconnects sessions between the local computer and the remote computer, not the shared resources. C. net use - Connects, disconnects, and displays information about shared resources to which the local computer is connected, not a list of shares on the remote computer. D. net share - Creates, removes, or displays shared resources on the local computer, not on a remote computer.

straleOption: B

net view - lists shared resources net share - manages (creates, deletes, etc) shared resource So, B is correct.