From your Windows 2000 Professional computer
问题详情
From your Windows 2000 Professional computer, you need to map drive G to the default administrative share on drive C of a server named srv01.
Which command can you use?
A.Net share C$=G:
B.Net share Admin$=G:
C.Net use G: \AppSrv01C$
D.Net use G: \AppSrv01Admin$请帮忙给出正确答案和分析,谢谢!
参考答案
正确答案:C
解析:Explanation:Therootofeachvolumeonaharddiskisautomaticallyshared,andthesharenameisthedriveletterappendedwithadollarsign($).Theappendeddollarsigncausesthesharetobehidden.OnemethodofmappingadrivetoalogicaldriveistoopenthecommandpromptandusetheNETUSEcommand.Thebasicsyntaxofthiscommandis:NETUSEdevicename:\\computername\sharename.Inthisscenariothistranslatestothecommand:NETUSEG:\\AppSrv01\C$.Incorrectanswers:A:Netshareisusedtoshareresources.Itisnotusedtomapdrives.B:Netshareisusedtoshareresources.Itisnotusedtomapdrives.D:NetuseG:\\AppSrv01\Admin$issyntacticallyincorrect.Italsowouldmaptheincorrectresource.Admin$isthesystemrootfolder,whichisC:\Winntbydefault.