Linux CLI - Networking Commands
You want to check if your computer's network interface has an IP address assigned. Which command helps diagnose this?
ip addr show displays network interfaces and their IP addresses. ping 127.0.0.1 tests local network stack. nslookup checks DNS resolution. traceroute traces route to a host.ip addr show directly shows assigned IP addresses on interfaces.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions