Difference between revisions of "Melihat / list interface terpasang"

From OnnoWiki
Jump to navigation Jump to search
(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...")
 
Line 1: Line 1:
while the above works, there are other options with less typing.
+
Melihat list interface terpasang.
  
 
  ip link show
 
  ip link show
  
or my favorite, netstat
+
atau
  
 
  netstat -i
 
  netstat -i
  
you can also use ifconfig and iwconfig for additional information or information about a specific device
+
Jika tahu nama interface-nya, dapat menggunakan perintah,
  
 
  ifconfig eth0
 
  ifconfig eth0
 
  iwconfig wlp1s0
 
  iwconfig wlp1s0
 
sort of depends on the sort of information you wish to display.
 

Revision as of 10:02, 25 September 2017

Melihat list interface terpasang.

ip link show

atau

netstat -i

Jika tahu nama interface-nya, dapat menggunakan perintah,

ifconfig eth0
iwconfig wlp1s0