1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/gpgconf.md
2024-10-28 06:48:35 +01:00

24 lines
511 B
Markdown

# gpgconf
> .gnupg 홈 디렉터리를 수정.
> 더 많은 정보: <https://www.gnupg.org/documentation/manuals/gnupg/gpgconf.html>.
- 모든 컴포넌트 나열:
`gpgconf --list-components`
- gpgconf가 사용하는 디렉토리를 나열:
`gpgconf --list-dirs`
- 컴포넌트의 모든 옵션을 나열:
`gpgconf --list-options {{컴포넌트}}`
- 프로그램을 나열하고 실행 가능한지 테스트:
`gpgconf --check-programs`
- 컴포넌트 리로드:
`gpgconf --reload {{컴포넌트}}`