how to check ip address in cmd ubuntu code example
Example 1: how to get ip address in ubuntu
Open your command prompt and type following command shown below and press enter
ifconfig -a
Example 2: find ubuntu IP address in Windows
ip addr show
Open your command prompt and type following command shown below and press enter
ifconfig -a
ip addr show