How to Find IP Address in Linux Command Line
https://linuxhandbook.com/find-ip-address06.09.2020 · This tool has a command line interface called nmcli. You can use this nmcli tool to view a number of network configurations. The IP address can be displayed with: nmcli -p device show You should see the IP address in the output. What about ifconfig? Actually, you can still use ifconfig command. It is present in net-tools package.
How to Find IP Address in Linux Command Line
linuxhandbook.com › find-ip-addressSep 06, 2020 · This tool has a command line interface called nmcli. You can use this nmcli tool to view a number of network configurations. The IP address can be displayed with: nmcli -p device show You should see the IP address in the output. What about ifconfig? Actually, you can still use ifconfig command. It is present in net-tools package.