1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-23 13:44:04 +02:00

systemctl-show-environment: add page (#17730)

* Create systemctl-show-environment.md

Co-authored-by: Fazle Arefin <fazlearefin@users.noreply.github.com>
This commit is contained in:
Managor 2025-08-20 03:49:26 +03:00 committed by GitHub
parent 563b1c08a3
commit 5d8ecf9964
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,12 @@
# systemctl show-environment
> Display systemd environment blocks.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#show-environment>.
- Display the environment block for the system:
`systemctl show-environment`
- Display the environment block for the current user:
`systemctl show-environment --user`