单选题 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?
【正确答案】 C
【答案解析】解析:Explanation: The root of each volume on a hard disk is automatically shared, and the share name is the drive letter appended with a dollar sign ($). The appended dollar sign causes the share to be hidden. One method of mapping a drive to a logical drive is to open the command prompt and use the NET USE command. The basic syntax of this command is: NET USE devicename: //computername/sharename. In this scenario this translates to the command: NET USE G: //AppSrv01/C$. Incorrect answers: A: Net share is used to share resources. It is not used to map drives. B: Net share is used to share resources. It is not used to map drives. D: Net use G: //AppSrv01/Admin$ is syntactically incorrect. It also would map the incorrect resource. Admin$ is the system root folder, which is C:/Winnt by default.