1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 00:42:08 +02:00
tldr/pages/linux/nmtui.md
2021-11-01 16:09:20 +01:00

25 lines
522 B
Markdown

# nmtui
> Text user interface for controlling NetworkManager.
> Use arrow keys to navigate, enter to select an option.
> More information: <https://networkmanager.dev/docs/api/latest/nmtui.html>.
- 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`