Answer These A+ Windows Command Line Flashcards

50 cards   |   Total Attempts: 186
  

Related Topics

Cards In This Set

Front Back
What command-line utility allows to test the reachability of a host across an IP network?
PING
What command-line command can be used to copy one or more files form one location to another?
COPY
The /R switch of the CHKDSK utility:
  • Locates bad sectors and recovers readable information
  • Fixes errors on the disk
What is the correct syntax for setting the time-out period of 60 seconds before powering off a Windows host?
SHUTDOWN /t 60
The "Run as Administrator" option in MS Windows available after right-clicking on the Command Prompt application icon allows for execution of shell commands reserved for a system administrator.
True
Which of COPY command switched verifies that the new files are written correctly?
/V
The "HELP [command]" syntax in Windows shell can be used to displaying help information related to any command-line tool available in Windows, including utilities that fall into the category of network command-line tools (e.g. PING, IPCONFIG, NETSTAT, and others)
False
What command in Windows launches a text-based command-line partitioning utility?
DISKPART
What Windows command-line commands allows for copying multiple files or entire directory trees from one directory to another and for copying files across a network?
  • XCOPY
  • ROBOCOPY
What Windows command-line command can be used for managing Active Directory domains?
NETDOM
What commands are used in Windows to create a directory or subdirectory?
  • MD
  • MKDIR
What is a command used in Windows that displays IP addresses, subnet mask, and default gateway for all adapters?
IPCONFIG
Which SHUTDOWN command switch in Windows Command Prompt forces full system shutdown and restart of the Windows host?
/r
Which of the COPY command switches suppresses the confirmation prompt displayed when Windows is about to overwrite the contents of an existing file?
/Y
What command in Windows can be used to display help information related to a specific command-line utility?
  • HELP [command name]
  • [command name] /?