How to read ip addr output on Linux?
Welcome to the next pikoTutorial!
ip command was designed to replace older networking tools like ifconfig, route or netstat. To show all the network interfaces use command:
ip addr
Example output:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueu...
pikotutorial.hashnode.dev2 min read