Which of the following commands will connect to and map a shared drive from a remote computer?

A. TRACERT
B. NET USE
C. IPCONFIG
D. NSLOOKUP

Answer: B. NET USE

Computer Science & Information Technology

You might also like to view...

memcmp would return ___________ for the call memcmp("Hi, how are you?", "Hi, how are things?", 6);

a) -1 b) a negative number. c) zero. d) a positive number.

Computer Science & Information Technology

Calculate the correlation coefficient of the following data set.

``` x i y i 50 47 60 41 75 75 77 65 ``` What will be an ideal response?

Computer Science & Information Technology