mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 14:59:01 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/systemctl-show-environment
Normal file
17
tldr/linux/systemctl-show-environment
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user