From d5146c9f47e420724a86402770e68f899a46a16f Mon Sep 17 00:00:00 2001 From: haloboy777 Date: Sat, 20 Jan 2018 00:34:49 +0530 Subject: [PATCH] nmtui.md: add page (#1613) --- pages/linux/nmtui.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/nmtui.md diff --git a/pages/linux/nmtui.md b/pages/linux/nmtui.md new file mode 100644 index 0000000000..a0729376af --- /dev/null +++ b/pages/linux/nmtui.md @@ -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`