mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
nmtui.md: add page (#1613)
This commit is contained in:
parent
67c66d0837
commit
d5146c9f47
1 changed files with 24 additions and 0 deletions
24
pages/linux/nmtui.md
Normal file
24
pages/linux/nmtui.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# nmtui
|
||||
|
||||
> Text user interface for controlling NetworkManager.
|
||||
> Use arrow keys to navigate, enter to select an option.
|
||||
|
||||
- Open the user interface:
|
||||
|
||||
`nmtui`
|
||||
|
||||
- Show a list of available connections, with the option to activate or deactivate them:
|
||||
|
||||
`nmtui connect`
|
||||
|
||||
- Connect to a given network:
|
||||
|
||||
`nmtui connect {{name|uuid|device|SSID}}`
|
||||
|
||||
- Edit/Add/Delete a given network:
|
||||
|
||||
`nmtui edit {{name|id}}`
|
||||
|
||||
- Set the system hostname:
|
||||
|
||||
`nmtui hostname`
|
Loading…
Add table
Reference in a new issue