Introduction to Linux (Common network commands) Flashcards

1
Q

list all IP information command

A

ip a

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

list all IP information command (old school way)

A

ifconfig

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

used to show wireless connections

A

iwconfig

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

says what mac address is associated with what IP addresses (2 possible commands, 1 older)
shows other computers on the network

A

ip n, arp -a

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

how to know where our traffic is routing (routing table) command

A

ip r (route is old school way)

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

how to check if IP address responds, is online

A

ping

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

how to identify what open ports and services there are

A

netstat (can show a user that malware is on the machine)

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