1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 23:42:07 +02:00
tldr/pages/common/gpgconf.md
th0ughtcrime 391f33337c
gpgconf: add page (#8616)
* gpgconf: add page

* gpgconf: fix formatting
2022-10-02 07:46:28 +05:30

24 lines
462 B
Markdown

# gpgconf
> Modify .gnupg home 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 --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}}`