Files
cheatsheet-tldr/tldr/linux/nmtui
2024-10-11 00:16:59 +00:00

31 lines
636 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# nmtui
> Text user interface for controlling NetworkManager.
> Use arrow keys to navigate, enter to select an option.
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmtui.html>.
- Open the user interface:
`nmtui`
- List 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`