Difference between revisions of "Show all network interfaces in Linux"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* <code>[[lshw]] -class network</code> | * <code>[[lshw]] -class network</code> | ||
* <code>[[ifconfig -a]]</code> | * <code>[[ifconfig -a]]</code> | ||
− | * <code>[[ip link]] | + | * <code>[[ip link show]]</code> |
* <code>ip a</code> | * <code>ip a</code> | ||
* <code>cat [[/proc/]]net/dev</code> | * <code>cat [[/proc/]]net/dev</code> | ||
* <code>cat [[/proc/]]net//proc/net/fib_trie</code> (ips) | * <code>cat [[/proc/]]net//proc/net/fib_trie</code> (ips) | ||
− | * <code>systemd/networkctl|networkctl list</code> | + | * <code>systemd/networkctl|[[networkctl list]]</code> |
* <code>[[nmcli|nmcli device show]]</code> | * <code>[[nmcli|nmcli device show]]</code> | ||
Line 12: | Line 12: | ||
== 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: