Answers for "how to check my local ip address ubuntu using terminal"

4

ubuntu get your ip address from terminal

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

Code answers related to "how to check my local ip address ubuntu using terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language