Melihat / list interface terpasang

From OnnoWiki
Revision as of 06:40, 25 September 2017 by Onnowpurbo (talk | contribs) (Created page with "while the above works, there are other options with less typing. ip link show or my favorite, netstat netstat -i you can also use ifconfig and iwconfig for additional in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

while the above works, there are other options with less typing.

ip link show

or my favorite, netstat

netstat -i

you can also use ifconfig and iwconfig for additional information or information about a specific device

ifconfig eth0
iwconfig wlp1s0

sort of depends on the sort of information you wish to display.