Introduction to Linux (Common network commands) Flashcards
1
Q
list all IP information command
A
ip a
2
Q
list all IP information command (old school way)
A
ifconfig
3
Q
used to show wireless connections
A
iwconfig
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
5
Q
how to know where our traffic is routing (routing table) command
A
ip r (route is old school way)
6
Q
how to check if IP address responds, is online
A
ping
7
Q
how to identify what open ports and services there are
A
netstat (can show a user that malware is on the machine)