commands.sh

ifdata

all

Display information about a network interface.

More info →

Examples (5)

[p]rint the whole configuration of the specified interface

ifdata -p eth0

Indicate the [e]xistence of the specified interface via the exit code

ifdata -e eth0

[p]rint the IPv4 [a]ddress and the [n]etmask of the specified interface

ifdata -pa -pn eth0

[p]rint the [N]etwork address, the [b]roadcast address, and the [m]TU of the specified interface

ifdata -pN -pb -pm eth0

Display help

made by @shridhargupta | data from tldr-pages