Answers for "linux how to find ip addr"

1

linux ip addr add

sudo ip addr add 192.168.50.5/24 dev eth1
Posted by: Guest on August-27-2021
0

show ip addr linux

# show IP address of current linux machine
ip addr show
Posted by: Guest on February-25-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language