• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/50

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

50 Cards in this Set

  • Front
  • Back

Command line utilities below allows to test the reachability of a host across an IP network

IPCONFIG

Command line command can be used to copy one or more files from one location to another?

Copy

The /R switch of the CHKDSK utility

- Locates bad sectors and recovers readable information




- Fixes errors on the disk



Correct syntax for setting the time-out period of 60 seconds before powering off a Windows host?

SHUTDOWN /t 60
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

COPY command switches verifies that the new files are written correctly

/V

The "help [command name]" syntax in Windows shell can be used for 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

Following commands in Windows launches a text-based command-line partitioning utility?

DISKPART

Microsoft Windows command-line commands allow(s) for copying multiple files or entire directory trees from one directory to another and for copying files across a network

- XCOPY




- ROBOCOPY

Command-line command for managing Active Directory domains is called:

NETDOM

Command-line commands are used in Windows to create a directory or subdirectory

- MD




- MKDIR

Windows Command Prompt commands listed below allows to display IP addresses, subnet mask, and default gateway for all adapters:

IPCONFIG

SHUTDOWN command switch in Windows Command Prompt forces full system shutdown and restart of the Windows host:

/r

COPY command switches suppresses the confirmation prompt displayed when Windows is about to overwrite the contents of an existing file:

/Y

Commands in Windows can be used to display help information related to a specific command-line utility:

- help [command name]




- [command name] /?

NETSTAT is a command-line utility which can be used for:

Displaying active TCP/IP connections

The /F switch of the CHKDSK utility:

Fixes errors on the disk

Following switches puts the PING command in a loop (ping the specified host until stopped)?

-t

Key combinations that allow to stop the execution of the current command run in Windows Command Prompt?

Ctrl+C

Command-line command in Windows that displays Group Policy information for a machine or user is known as:

GPRESULT

Microsoft Windows OS command-line utility for displaying intermediary points on the packet route is called:

TRACERT

The SFC utility in Windows:

Scans for and restores corrupted system files

Following commands in Windows change(s) the current directory to the root directory

- CD\




- CHDIR\

Which parameter of the CD command in Windows moves the command-line prompt one folder up in the directory tree (sets the prompt at the parent folder of the current folder)?

..

Following Windows command-line utilities allows to terminate tasks by process id or image name:

TASKKILL

Following command clears the Command Prompt window screen in Windows

CLS

Windows Command Prompt command used for uncompressing cabinet files

EXPAND

Used without any parameters, the HELP command in Windows displays a list of system commands with a brief description of each command

True

Following network administration command-line tools can be used for DNS queries:

NSLOOKUP

For a newly added hard drive, this command allows to configure it with a file system so that Windows can store information on the disk.

FORMAT

Command-line commands listed below allows for updating multiple Group Policy settings in Windows

GPUPDATE

Parameter of the System File Checker utility in Microsoft Windows combines scanning the integrity of all protected system files with restoration of corrupted files:

/SCANNOW

Windows Recovery Environment (Windows RE) offers a set of tools and utilities to troubleshoot Windows startup issues. Which of the following commands launches a tool for manual troubleshooting of problems related to master boot record (MBR), boot sector, and Boot Configuration Data (BCD) store in Windows RE Command Prompt?

BOOTREC.EXE

Following command-line commands in Windows displays a list of currently running processes on the local computer or on a remote computer

TASKLIST

Following command can be used to shut down or restart local or remote hosts running Windows.

SHUTDOWN

Following command(s) can be used in Windows Command Prompt to delete a directory

- RD




- RMDIR

Provided that the process ID of NOTEPAD.EXE obtained with the TASKLIST command is 1230, which of the following answers lists the correct syntax for a Windows Command Prompt TASKKILL command that would allow to close this application?

TASKKILL /PID 1230

Following commands exit(s) the command interpreter in Windows:

- TASKKILL /IM CMD.EXE




- EXIT

Following commands in Windows Command Prompt writes a new master boot record to a disk

BOOTREC /FIXMBR

Command-line utility in Microsoft Windows operating systems for registering and unregistering DLLs and ActiveX controls in the Windows Registry is called:

REGSVR32

Windows command-line utility designed to be of help in troubleshooting NetBIOS name resolution problems?

NBTSTAT

Following commands in Windows Command Prompt writes a new boot sector to the system partition?

BOOTREC /FIXBOOT

Following commands allows for editing Windows registry from the Command Prompt

REG

Following Windows command-line command can be used to display a list of domains, computers, or shared resources available on a specific computer?

NET VIEW

Windows Command Prompt commands listed below can be used to delete one or more files:

- DEL




- ERASE

Following answers lists the correct syntax for a Windows Command Prompt TASKKILL command that would allow to close NOTEPAD.EXE

TASKKILL /IM NOTEPAD.EXE

Parameter of the RD command in Windows allows for the deletion of an entire directory tree? (the specified directory and all its subdirectories, including all files)

/S

Following wildcard characters can be used as a substitute for a single character in a file or directory name

?

Which of the wildcard characters listed below can be used as a substitute for any string of characters in a file or directory name?

*

Following Windows Command Prompt commands can be used to list all directory's files and subdirectories contained in the current directory

- DIR




- DIR *.*