Answers for "terminal command to find ip address in ubuntu"

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 "terminal command to find ip address in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language