Which command is used to send ICMP echo requests to test network connectivity?
- ping
- ifconfig
- traceroute
- netstat
The correct command to send ICMP echo requests to test network connectivity is 'ping.' When you run 'ping' followed by an IP address or hostname, it sends ICMP echo requests to that address and waits for responses, allowing you to determine if the network connection is working.
Loading...
Related Quiz
- When setting up SSH for the first time, the server-side cryptographic keys are stored in the /etc/ssh/________ directory.
- What is the first program run by the Linux kernel when it starts?
- You've been tasked to ensure a specific service always restarts after failure. Which Linux system would you primarily use to achieve this?
- What is the primary use of the iptables -L command?
- For VPN connections in Linux, which tool can be used to set up a tunnel based on SSL/TLS?