mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 04:36:49 +08:00
473 B
473 B
gpgconf
Modify
.gnupghome directories. More information: https://www.gnupg.org/documentation/manuals/gnupg/gpgconf.html.
- List all components:
gpgconf --list-components
- List the directories used by gpgconf:
gpgconf {{[-L|--list-dirs]}}
- List all options of a component:
gpgconf --list-options {{component}}
- List programs and test whether they are runnable:
gpgconf --check-programs
- Reload a component:
gpgconf --reload {{component}}