mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 02:52:51 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# iw
|
||||
|
||||
> Show and manipulate wireless devices.
|
||||
> More information: <https://manned.org/iw>.
|
||||
> See also: `iw dev`.
|
||||
> More information: <https://wireless.docs.kernel.org/en/latest/en/users/documentation/iw.html>.
|
||||
|
||||
- Scan for available wireless networks:
|
||||
|
||||
@@ -23,3 +24,19 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Show information about the current connection:
|
||||
|
||||
`iw dev {{wlp}} link`
|
||||
|
||||
- List all physical and logical wireless network interfaces:
|
||||
|
||||
`iw dev`
|
||||
|
||||
- List all wireless capabilities for all physical hardware interfaces:
|
||||
|
||||
`iw phy`
|
||||
|
||||
- List the kernel's current wireless regulatory domain information:
|
||||
|
||||
`iw reg get`
|
||||
|
||||
- Display help for all commands:
|
||||
|
||||
`iw help`
|
||||
|
||||
Reference in New Issue
Block a user