1PIFCONFIG(8) PIFCONFIG(8)
2
3
4
6 pifconfig - display information about a network interface
7
9 pifconfig [INTERFACE [INTERFACE [INTERFACE] ...]]
10
12 This script mimic ifconfig behavior, but is written purely in python
13 and python module ethtool.
14
16 INTERFACE
17 Display information about only the listed interfaces. If no
18 interface is given all interfaces are displayed.
19
20 -h, --help
21 Show help message and exit.
22
24 ifconfig(8)
25
27 Arnaldo Carvalho de Melo <acme@redhat.com>
28
29 Man page written by Miroslav Suchý <msuchy@redhat.com>, David
30 Sommerseth <davids@redhat.com>
31
32
33
34 02/02/2019 PIFCONFIG(8)