A+ part 2 Flashcards
Which Command Prompt command in MS Windows can be used to copy one or more files from one location to another?
copy
Which Microsoft Windows command-line commands allow(s) for copying multiple files and directories, including subdirectories?
xcopy and robocopy
Which copying utility accessible via Windows command line interface offers the widest range of options?
robocopy
Which of the Command Prompt commands allows for updating multiple Group Policy settings in MS Windows?
gpupdate
A command-line tool in Windows that displays Group Policy information for a machine or user is called:
gpresult
What command can be used to shut down or restart a local or remote host running MS Windows.
shutdown
The sfc Command Prompt utility in MS Windows:
Scans the integrity of all protected system files and replaces incorrect versions with correct Microsoft versions
Which of the Command Prompt commands in MS Windows launches a text-based, command-line partitioning utility?
diskpart
Which of the Command Prompt commands in MS Windows launches a pop-up window containing brief summary of the installed operating system?
winver
Which Command Prompt commands in MS Windows move the command-line prompt one folder up in the directory tree
cd and chdir
Which Windows command-line commands change the current directory to the root directory?
cd \ and chdir \
Which netstat parameter allows to display all active TCP connections and the TCP/UDP ports on which the computer is listening?
-a
The -b netstat parameter in Microsoft Windows allows to display the name of an application involved in creating each connection or listening port.
True
Which netstat parameter displays addresses and port numbers in numerical form?
-n
The /f switch of the chkdsk Command Prompt utility in MS Windows:
Fixes errors on the disk
The /r switch of the chkdsk command-line utility in Windows
Locates bad sectors and recovers readable information then fixes errors
Which copy command switch in Windows verifies that the new files are written correctly?
/v
Which of the copy command switches suppresses the confirmation prompt displayed when Windows is about to overwrite the contents of an existing file?
/y
Which shutdown command switch forces full system shutdown and restart of a Windows host?
/r
Which of the command-line commands listed below enables a full system shutdown and restart of an MS Windows host after a time-out period of two minutes?
shutdown /r /t 120
Which shutdown command switch enables aborting a system shutdown?
/a
Which sfc switch enables a file check that scans integrity of all protected system files and attempts to repair corrupted files?
/scannow
A type of customizable framework providing access to a collection of system utilities (in the form of the so-called snap-ins) designed to manage networks, computers, services, and other system components in Microsoft Windows is known as:
mmc
A Microsoft Windows application utility used for displaying details about computer’s hardware resources, computer components, and software environment is known as:
msinfo32