Day - 9 of DevOps
ip addr show / ifconfig:
ip addr show: Displays network interfaces and their IP addresses using the ip command.
ifconfig: A legacy command used for similar purposes. Modern Linux systems often use ip instead.
route -n:
Displays the routing t...
gokuldevops.hashnode.dev2 min read