Windows Command Line Tools Flashcards

1
Q

An application that provides a system administrator with a text-based user interface

A

Command Prompt (CLI)

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

Command used to move into a different directory

A

cd command

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

Command used to display a list of directory and subdirectory files

A

dir command

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

Command used to create new directories and subdirectories within the file system

A

md command

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

Command used to delete or remove a directory or subdirectory within the file system

A

rmdir command

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

Command used to copy one or more files from one location to another

A

copy command

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

Command used to copy files, directories, and subdirectories from one location to another

A

xcopy command

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

Command used to copy files, directories, and subdirectories with support for longer file names and network paths from one location to another

A

robocopy command

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

Command used to manage the computer’s disk drives, partitions, volumes, and virtual hard disks

A

A

diskpart command

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

Command used to delete the contents of the storage device and create a new file

A

format command

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

Command used to scan the file system for file system metadata errors

A

chkdsk command

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

Command used to display the current TCP/IP network configuration and refreshes DHCP and DNS settings

A

ipconfig command

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

Command used to verify IP level connectivity to another TCP/IP

A

ping command

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

Command used to determine the path by sending an ICMP echo request

A

tracert command

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

Provides network latency and network loss information (more advanced version of tracert)

A

pathping command

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

Command used to display active TCP connections, ports used for listening, ethernet statistics, IP routing tables

A

netstat command

17
Q

Command used to update the group policy settings on a given Windows system

A

gpupdate command

17
Q

Command used to display the result and set polices for a given remote user and computer inside of a Windows domain

A

gpresult command

18
Q

Allows you to run a series of different text-based commands and be able to run different tools or utilities

A

Command Prompt

19
Q

Key Combo to open a run dialog box

A

Windows key + r

20
Q

Command to move to the parent directory

21
Q

cd command stand for

A

Change Directory

22
Q

dir command stand for