snippetbashTip
nmtui — Text user interface for controlling NetworkManager. Use `<ArrowKeys>` to navigate, `<Enter>` to sele
Viewed 0 times
commandnmtuitextcontrollinginterfacecliuserfor
linux
Problem
How to use the
nmtui command: Text user interface for controlling NetworkManager. Use <ArrowKeys> to navigate, <Enter> to select an option. See also: nmcli. More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmtui.html>.Solution
nmtui — Text user interface for controlling NetworkManager. Use <ArrowKeys> to navigate, <Enter> to select an option. See also: nmcli. More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmtui.html>.Open the user interface:
nmtuiList available connections, with the option to activate or deactivate them:
nmtui connectConnect 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 hostnameCode Snippets
Open the user interface
nmtuiList available connections, with the option to activate or deactivate them
nmtui connectConnect 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 hostnameContext
tldr-pages: linux/nmtui
Revisions (0)
No revisions yet.