From 5d8ecf9964254c6f1080efb2df0faaec78858cd9 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 20 Aug 2025 03:49:26 +0300 Subject: [PATCH] systemctl-show-environment: add page (#17730) * Create systemctl-show-environment.md Co-authored-by: Fazle Arefin --- pages/linux/systemctl-show-environment.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/systemctl-show-environment.md diff --git a/pages/linux/systemctl-show-environment.md b/pages/linux/systemctl-show-environment.md new file mode 100644 index 0000000000..64078e2495 --- /dev/null +++ b/pages/linux/systemctl-show-environment.md @@ -0,0 +1,12 @@ +# systemctl show-environment + +> Display systemd environment blocks. +> More information: . + +- Display the environment block for the system: + +`systemctl show-environment` + +- Display the environment block for the current user: + +`systemctl show-environment --user`