Linux/Wifi: Difference between revisions

From Wiki
No edit summary
No edit summary
Line 1: Line 1:
== Get infos ==
== Get infos ==
* show all network devices  
* show all network devices  
<blockquote>
<pre>
<pre>
ifconfig -a
</pre>
</blockquote>


* get wifi information
<blockquote>
<pre>
iwconfig
</pre>
</pre>
 
</blockquote>
 
 


[[Category:Linux/Network]]
[[Category:Linux/Network]]
[[Category:Linux]]
[[Category:Linux]]

Revision as of 17:01, 12 February 2018

Get infos

  • show all network devices
ifconfig -a
  • get wifi information
iwconfig