Command Line Flashcards
1
Q
ping command
A
Test reachability to a TCP/IP address
2
Q
ping -t command
A
Ping until stopped with Ctrl-c
3
Q
ping -a command
A
- Resolve address to a hostname
4
Q
ping -n command
A
- Send # of echo requests
5
Q
ping -f command
A
- Send with Don’t Fragment flag set
6
Q
ipconfig command
A
- Windows TCP/IP config
7
Q
ipconfig /all command
A
- Display all IP configuration details
8
Q
ipconfig /release command
A
- Release the DHCP lease
9
Q
ipconfig /renew command
A
- Renew the DHCP lease
10
Q
ipconfig /flushdns command
A
- Flush the DNS resolver cache
11
Q
ifconfig command
A
- Linux interface configuration
12
Q
ip command
A
- The latest Linux/ MacOs utility to get ip configurations
13
Q
nslookup command
A
- Windows Lookup information from DNS servers.
14
Q
dig command
A
Linux/MacOs Lookup information from DNS servers.
15
Q
traceroute command
A
- Linux/MacOs. Determines the route a packet takes to a destination.