Forrest logo
back to the ip tool

ip:ai:df68e

This command retrieves the local IP address assigned to your Linux machine.
$ ip addr show | grep 'inet ' | awk '{print $2}' | cut -d '/' -f 1
try on your machine

This command retrieves the local IP address assigned to your Linux machine.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • whats my local ip address?
back to the ip tool