From ce12f7a5bedc1606b6b852c56b1fbf2d608fb69a Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 25 Jul 2025 22:36:05 +0300 Subject: [PATCH] nmcli-device: add example (#17348) --- pages/linux/nmcli-device.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/nmcli-device.md b/pages/linux/nmcli-device.md index 88714894e7..b50381f256 100644 --- a/pages/linux/nmcli-device.md +++ b/pages/linux/nmcli-device.md @@ -18,3 +18,7 @@ - Print the password and QR code for the current Wi-Fi network: `nmcli {{[d|device]}} {{[w|wifi]}} {{[s|show-password]}}` + +- Print detailed information about a device: + +`nmcli {{[d|device]}} {{[sh|show]}} {{wlan0}}`