Answers for "ubuntu get your ip address from terminal\"

2

ubuntu get your ip address from terminal\

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

how to get ip address in ubuntu

Open your command prompt and type following command shown below and press enter

ifconfig -a
Posted by: Guest on May-13-2020
2

get your ip address from terminal

for local ip :

hostname -I

for Public ip :

curl icanhazip.com
Posted by: Guest on December-28-2020

Code answers related to "ubuntu get your ip address from terminal\"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language