mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 18:58:45 +00:00
Update cheatsheets
This commit is contained in:
29
gpgconf
Normal file
29
gpgconf
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user