Command Line Flashcards

1
Q

Display the current TCP/IP configuration of a Windows machine

A

ipconfig

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

Display the current TCP/IP configuration of a Linux machine

A

ifconfig

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

Test network reachability

A

ping

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

Determine the route a packet takes to a destination (Windows)

A

tracert

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

Determine the route a packet takes to a destination (Linux and Mac OS X)

A

traceroute

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

Network statistics

A

netstat

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

Show all active connections (Windows)

A

netstat -a

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

Show binaries

A

netstat -b

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

Do not resolve names (just IP addresses)

A

netstat -n

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

Windows utility for querying NetBIOS over TCP/IP information

A

nbtstat

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

List local NetBIOS names

A

nbtstat -n

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

List remote NetBIOS names, referred by IP

A

nbtstat -A

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

List remote NetBIOS names, referred by name

A

nbtstat -a

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

Windows network commands

A

net

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

Stop a service

A

net stop

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

Start a service

A

net start

17
Q

Map a network share to a drive letter

A

net use

18
Q

View network resources

A

net view

19
Q

Manage Active Directory database from the command line

A

netdom

20
Q

Look up information from DNS servers; names and IP addresses

A

nslookup

21
Q

Check names on NetBIOS local cache

A

nbtstat -c