From f14e6316b132f1b69214c892b35a37e30e36a989 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 16 Apr 2023 20:19:25 +0200 Subject: [PATCH] autopushed --- nmcli.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nmcli.md b/nmcli.md index 8cf127b58..01762e896 100644 --- a/nmcli.md +++ b/nmcli.md @@ -1,7 +1,8 @@ - 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 c show` or `nmcli c s` shows known connections + - `nmcli c down ` disconnects - `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