Here’s how to quickly generate a report of system’s network interfaces from Linux terminal:
1. Issue the following command at the terminal –
sudo ip addr
2. The output of the above command will generate a report of all the network interfaces present in the system along with their properties.
If looking for a Linux shell script that does something similar as above, check out the related post here.