mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-23 16:44:05 +02:00

* Create systemctl-show-environment.md Co-authored-by: Fazle Arefin <fazlearefin@users.noreply.github.com>
12 lines
350 B
Markdown
12 lines
350 B
Markdown
# 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`
|