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 |
Tags: Mobile web edit, Mobile edit |
||
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> | |
Revision as of 13:55, 18 August 2020
Advertising: