Answers for "show ip linux terminal"

23

display ip address linux

#private ip
hostname -I
or
ifconfig
or
ip addr show

#public ip
curl ifconfig.me
Posted by: Guest on December-02-2020
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