13 lines
343 B
Markdown
13 lines
343 B
Markdown
|
|
# systemctl show-environment
|
||
|
|
|
||
|
|
> Display systemd environment blocks.
|
||
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/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`
|