Command Line Flashcards

1
Q

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

A

PING

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

A

COPY

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Command in Windows launches a diagnostic tool for detecting display, sound, and input related problems

A

DXDIAG

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Commands in Windows provides access to a database containing system configuration information

A

REGEDIT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Command launches a system utility that can be of help in the process of troubleshooting Windows startup problems

A

MSCONFIG

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Command can be used to launch a simple text editing utility from any place in the directory tree without the need for specifying path to the application’s file location

A

NOTEPAD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Command launches a tool that locates and consolidates chunks of data on disks and drives in order to improve system performance

A

DEFRAG

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Command in Windows launches a text-based command-line partitioning utility

A

DISKPART

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Commands in Microsoft Windows allow(s) for copying multiple files or entire directory trees from one directory to another and for copying files across a network

A

XCOPY

ROBOCOPY

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Command that starts a new instance of the command interpreter in Windows

A

CMD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

A

MD

MKDIR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Command that allows to display IP addresses, subnet mask, and default gateway for all adapters

A

IPCONFIG

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

commands that launches a snap-in for managing background applications

A

SERVICES.MSC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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

A

/Y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Command that can be used to display help information related to a specific command-line utility

A

[command name] /?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

NETSTAT is a comand-line utility which can be used to

A

Display active TCP/IP connections

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

/F switch of the CHKDSK utility

A

Fixes errors on the disk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Switch that puts the PING command in a loop (ping the specified host until stopped)

A

-t

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Key combination allows to stop the execution of the current command run in Windows Command Prompt

A

CTRL+C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Command launches a GUI-based file and folder manager application

A

EXPLORER

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Command-line utility for displaying intermediary points on the packet route is called

A

TRACERT

22
Q

The SFC utility in Windows

A

Scans for and restores corrupted system files

23
Q

commands that change(s) the current directory to the root directory

A

CD\

CHDIR\

24
Q

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)

A

..

25
Q

Command-line utilitie that allows to terminate tasks by process id or image name

A

TASKKILL

26
Q

Command clears the Command Prompt window screen in Windows

A

CLS

27
Q

DEFRAG command parameters allows to locate and consolidate fragmented files on all volumes

A

/C

28
Q

Command that provides options for launching, creating, and customizing such management consoles

A

MMC

29
Q

Network administration command-line tools can be used for DNS queries

A

NSLOOKUP

30
Q

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

A

FORMAT

31
Q

Command that can be used to launch an application utility that displays details about computer’s hardware configuration, computer components, software, and device drivers

A

MSINFO32

32
Q

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

A

/SCANNOW

33
Q

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

A

BOOTREC.EXE

34
Q

Command that displays a list of currently running processes on the local computer or on a remote computer

A

TASKLIST

35
Q

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

A

SHUTDOWN

36
Q

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

A

RD

RMDIR

37
Q

Command launches a client application for Remote Desktop Services

A

MSTSC

38
Q

Commands that exit(s) the command interpreter in Windows (2)

A

TASKKILL/IM CMD.EXE

EXIT

39
Q

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

A

BOOTREC/FIXMBR

40
Q

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

A

REGSVR32

41
Q

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

A

NBTSTAT

42
Q

Commands in Windows Command Prompt writes a new boot sector to the system partition

A

BOOTREC/FIXBOOT

43
Q

Command allows for editing Windows registry from the Command Prompt

A

REG

44
Q

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

A

NET VIEW

45
Q

Command Prompt commands in Windows can be used to delete one or more files (2)

A

DEL

ERASE

46
Q

command (besides REGEDIT) can be used to launch registry editor in Windows

A

REGEDT32

47
Q

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)

A

/S

48
Q

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

A

?

49
Q

Wildcard characters can be used as a substitute for any string of characters in a file or directory name

A

*

50
Q

Windows Command Prompt commands can be used to list all directory’s files and subdirectories contained in the current directory (2)

A

DIR

DIR .