File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
# nmcli radio
2
2
3
3
> Muestra el estado de los interruptores de radio o activa/desactiva utilizando NetworkManager.
4
- > Este subcomando también puede llamarse con ` nmcli r ` .
5
- > Más información: < https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html > .
4
+ > Más información: < https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html#radio > .
6
5
7
6
- Muestra el estado de WiFi:
8
7
9
- ` nmcli radio wifi `
8
+ ` nmcli {{[r| radio]}} {{[w| wifi]}} `
10
9
11
10
- Enciende o apaga WiFi:
12
11
13
- ` nmcli radio wifi {{on|off}} `
12
+ ` nmcli {{[r| radio]}} {{[w| wifi]}} {{on|off}} `
14
13
15
14
- Muestra el estado de WWAN:
16
15
17
- ` nmcli radio wwan `
16
+ ` nmcli {{[r| radio]}} {{[ww| wwan]}} `
18
17
19
18
- Enciende o apaga WWAN:
20
19
21
- ` nmcli radio wwan {{on|off}} `
20
+ ` nmcli {{[r| radio]}} {{[ww| wwan]}} {{on|off}} `
22
21
23
22
- Muestra el estado de todos los interruptores:
24
23
25
- ` nmcli radio all `
24
+ ` nmcli {{[r| radio]}} `
26
25
27
26
- Activa o apaga todos los interruptores:
28
27
29
- ` nmcli radio all {{on|off}} `
28
+ ` nmcli {{[r| radio]}} {{[a| all]}} {{on|off}} `
You can’t perform that action at this time.
0 commit comments