mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 09:53:25 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
25
tldr/linux/iw
Normal file
25
tldr/linux/iw
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# iw
|
||||
|
||||
> Show and manipulate wireless devices.
|
||||
> More information: <https://manned.org/iw>.
|
||||
|
||||
- Scan for available wireless networks:
|
||||
|
||||
`iw dev {{wlp}} scan`
|
||||
|
||||
- Join an open wireless network:
|
||||
|
||||
`iw dev {{wlp}} connect {{SSID}}`
|
||||
|
||||
- Close the current connection:
|
||||
|
||||
`iw dev {{wlp}} disconnect`
|
||||
|
||||
- Show information about the current connection:
|
||||
|
||||
`iw dev {{wlp}} link`
|
||||
Reference in New Issue
Block a user