Command-Line Flashcards

Use + Tools

1
Q

dir

A

Used to display a list of the files and folder/subdirectories within a directory

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

cd

A

Change a directory

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

md

A

make a directory

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

rm

A

remove a directory

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

ipconfig

A

displays IP address, subnet mask, default gateway, and DNS suffix

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

ipconfig /all

A

Lists adapters and each one’s IP address, subnet mask, default gateway, DNS suffix, DNS servers, DHCP server, and MAC address

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

ipconfig /release

A

Releases IP addresses

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

ipconfig /renew

A

Renews IP addresses

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

ipconfig /displaydns

A

View local DNS cache

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

ipconfig /flushdns

A

Clear local DNS cache

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

ICMP (Internet Control Message Protocol)

A

Packets which allow the ping command to verify network connectivity

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

ping

A

Verify network connectivity

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

tracert

A

Verify the path a network packet travels to its destination

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

pathping

A

Diagnose packet loss (or suspected packet loss) to a destination website.

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

netstat

A

View listening and established network connections for the OS

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

netstat /b

A

Displays the name of the application and its current established connections

17
Q

nslookup

A

Verify that DNS is working and returning the correct results.
-Returns IP address associated with domain name
-returns A or CNAME DNS records

18
Q

hostname

A

Returns hostname of the computer that the command prompt is running on

19
Q

gpupdate

A

Update Group Policy settings

20
Q

gpupdate /force /target:user

A

Force Active Directory to update Group Policies for a targeted user

21
Q

gpresult

A

Displays Resultant Set of Policy (RSoP) report/values for a remote user/computer.
-shows which configuration settings take precedence over others