Flashcard data - Brainscape (3)
Python
A popular programming language that can run on several OS platforms.
Bash (“shell”)
The command language interpreter for the Linux/UNIX OS.
tracert (Windows)
traceroute (Linux)
Command-line utility that shows the details about the path a packet takes from a computer or device to a destination.
nslookup (Windows)
dig (Linux)
Command-line utility used as a DNS diagnostic utility.
ipconfig (Windows)
ifconfig (Linux)
Command-line utility that displays network configuration information such as the IP address, network mask, and gateway for all physical and virtual network adapters.
ping
A Windows and Linux command-line utility that tests the ability of the source computer to reach a specified destination computer.
netstat
A Windows and Linux command-line utility that provides detailed information about current network connections as well as network connections for the Transmission Control Protocol (TCP) network interfaces and routing tables.
pathping (Windows)
A Windows command-line utility that tests the connection to each hop.
route (Linux)
A Linux command-line utility that displays and manipulates IP routing tables to create static routes to specific hosts.
curl (Linux)
A Linux command-line utility used to transfer data to or from a server.