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

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)

25
Command-line utilitie that allows to terminate tasks by process id or image name
TASKKILL
26
Command clears the Command Prompt window screen in Windows
CLS
27
DEFRAG command parameters allows to locate and consolidate fragmented files on all volumes
/C
28
Command that provides options for launching, creating, and customizing such management consoles
MMC
29
Network administration command-line tools can be used for DNS queries
NSLOOKUP
30
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
31
Command that can be used to launch an application utility that displays details about computer's hardware configuration, computer components, software, and device drivers
MSINFO32
32
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
33
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
34
Command that displays a list of currently running processes on the local computer or on a remote computer
TASKLIST
35
Command can be used to shut down or restart local or remote hosts running Windows.
SHUTDOWN
36
command(s) can be used in Windows Command Prompt to delete a directory (2)
RD | RMDIR
37
Command launches a client application for Remote Desktop Services
MSTSC
38
Commands that exit(s) the command interpreter in Windows (2)
TASKKILL/IM CMD.EXE | EXIT
39
Command in Windows Command Prompt writes a new master boot record to a disk
BOOTREC/FIXMBR
40
A command-line utility in Microsoft Windows operating systems for registering and unregistering DLLs and ActiveX controls in the Windows Registry is called
REGSVR32
41
Windows command-line utility designed to be of help in troubleshooting NetBIOS name resolution problems
NBTSTAT
42
Commands in Windows Command Prompt writes a new boot sector to the system partition
BOOTREC/FIXBOOT
43
Command allows for editing Windows registry from the Command Prompt
REG
44
Windows command-line command can be used to display a list of domains, computers, or shared resources available on a specific computer
NET VIEW
45
Command Prompt commands in Windows can be used to delete one or more files (2)
DEL | ERASE
46
command (besides REGEDIT) can be used to launch registry editor in Windows
REGEDT32
47
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
48
Wildcard characters can be used as a substitute for a single character in a file or directory name
?
49
Wildcard characters can be used as a substitute for any string of characters in a file or directory name
*
50
Windows Command Prompt commands can be used to list all directory's files and subdirectories contained in the current directory (2)
DIR | DIR *.*