Answers for "how do i find my ip address in ubuntu using terminal"

4

ubuntu get your ip address from terminal

hostname -I | cut -d' ' -f1
Posted by: Guest on July-22-2021
1

ubuntu command get my ip

ip a
Posted by: Guest on May-10-2020

Code answers related to "how do i find my ip address in ubuntu using terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language