logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nicinfo - print information about network interfaces

Author

       Kel Modderman, <kel@otaku42.de>

Description

       This script detects network interfaces present in system and prints out driver, interface type, bus, mac
       address and a description for each interface.

Name

       nicinfo - print information about network interfaces

Options

--iface <iface>
           Detect  and  print  information  for the interface with kernel name <iface>.  Exmaples of <iface> are
           "eth0", "ath0" and "wlan0".

       --ethernet
           Detect only ethernet devices, not wirless.

       --wifi
           Detect only wireless devices, not ethernet.

Synopsis

         nicinfo [ --ethernet ] [ --wifi ] [ --iface <iface> ]

See Also