Melihat / list interface terpasang
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...")
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.