ip a
Show all network interfaces and their IP addresses. Modern replacement for ifconfig command.
Primary Syntax
$ ip a
#
Example Usage
ip a
ip addr show eth0#
Quick Tips
• Use man ip to read the full manual
• Add --help flag for quick options reference
• Combine with | less for paginated output
Submitted by: admin
Added: 2/9/2026