You want to use a command line utility thats designed to vie
You want to use a command line utility that’s designed to view, update, and fix network settings from a host computer on the network, but you aren’t sure of the exact syntax options that can be used with this command. Of the following, what should you type at the command prompt to get help with this command?
A. net /?
B. netstat /?
C. net use /?
D. net view /?
Solution
A. The net command can take a variety of syntax options, such as net config, net diag, net use, and net view. Typing “net /?” at the command line prompt will show all of the different options available. Once you choose a specific option, such as net use, you can type “net use /?” to view the parameters specific to this command.
