Difference between revisions of "Show all network interfaces in Linux"
Jump to navigation
Jump to search
(Created page with "::<code>lspci | egrep -i --color 'network|ethernet'</code> ::<code>lshw -class network</code> ::<code>ifconfig -a</code> ::<code>ip link show</code> ::<code>ip...") Tags: Mobile web edit, Mobile edit |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | * <code>[[lspci]] | egrep -i --color 'network|ethernet'</code> | |
− | + | * <code>[[lshw]] -class network</code> | |
− | + | * <code>[[ifconfig -a]]</code> | |
− | + | * <code>[[ip link show]]</code> | |
− | + | * <code>ip a</code> | |
− | + | * <code>cat [[/proc/]]net/dev</code> | |
− | + | * <code>cat [[/proc/]]net//proc/net/fib_trie</code> (ips) | |
− | + | * <code>systemd/networkctl|[[networkctl list]]</code> | |
− | + | * <code>[[nmcli|nmcli device show]]</code> | |
== See also == | == See also == | ||
− | * {{ | + | * {{Linux networking commands}} |
+ | |||
+ | [[Category:Computing]] |
Latest revision as of 14:29, 8 October 2020
lspci | egrep -i --color 'network|ethernet'
lshw -class network
ifconfig -a
ip link show
ip a
cat /proc/net/dev
cat /proc/net//proc/net/fib_trie
(ips)systemd/networkctl|networkctl list
nmcli device show
See also[edit]
Advertising: