What is the correct syntax to map drive letter X: to a share named myshare on a server named server1?
A. net share \\server1\myshare X:
B. net share X: \\server1\myshare
C. net use X: \\server1\myshare
D. net use \\server1\myshare X:
Answer: C
Computer Science & Information Technology
You might also like to view...
Which of the following is an attack where the hacker inserts himself between instructions, introduces changes, and alters the order of execution of the instructions, thereby altering the outcome?
A. memory leak B. bluesnarfing C. race condition D. integer overflow
Computer Science & Information Technology
Case 4-2Bob is creating his first navigation bar and is working at getting the HTML code perfect.If Bob were to use a target attribute as follows: one.html, when the user clicks "one.html" the Web page would open in the ____ frame.
A. right B. left C. either a. or b. D. neither .a nor b.
Computer Science & Information Technology