From da852613a8e34eb16490ec73024e38b524eeb889 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 16 Apr 2023 19:16:47 +0200 Subject: [PATCH] autopushed --- nmcli.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nmcli.md b/nmcli.md index 9e73bf00a..8cf127b58 100644 --- a/nmcli.md +++ b/nmcli.md @@ -1,2 +1,7 @@ - a [[tool]]. - When in doubt, you probably want [[man nmcli-examples]] :) + - `nmcli c up ` connects to an already known connection + - `nmcli c list` or `nmcli c l` lists known connections + - `nmcli device wifi list` or `nmcli d w l` lists available APs + - `nmcli d w c password ` connects with a password + - `nmcli --ask d w c ` asks for the password