diff --git a/pages/linux/nm-online.md b/pages/linux/nm-online.md new file mode 100644 index 000000000..3710f10a0 --- /dev/null +++ b/pages/linux/nm-online.md @@ -0,0 +1,12 @@ +# nm-online + +> Ask NetworkManager whether the network is connected. +> More information: . + +- Find out whether the network is connected and print the result to `stdout`: + +`nm-online` + +- Wait `n` seconds for a connection (30 by default): + +`nm-online --timeout {{n}}` diff --git a/pages/linux/nmtui-connect.md b/pages/linux/nmtui-connect.md new file mode 100644 index 000000000..5b0894a2e --- /dev/null +++ b/pages/linux/nmtui-connect.md @@ -0,0 +1,7 @@ +# nmtui-connect + +> This command is an alias of `nmtui connect`. + +- View documentation for the original command: + +`tldr nmtui` diff --git a/pages/linux/nmtui-edit.md b/pages/linux/nmtui-edit.md new file mode 100644 index 000000000..deeb33243 --- /dev/null +++ b/pages/linux/nmtui-edit.md @@ -0,0 +1,7 @@ +# nmtui-edit + +> This command is an alias of `nmtui edit`. + +- View documentation for the original command: + +`tldr nmtui` diff --git a/pages/linux/nmtui-hostname.md b/pages/linux/nmtui-hostname.md new file mode 100644 index 000000000..1ba8c9cde --- /dev/null +++ b/pages/linux/nmtui-hostname.md @@ -0,0 +1,7 @@ +# nmtui-hostname + +> This command is an alias of `nmtui hostname`. + +- View documentation for the original command: + +`tldr nmtui`