1ADDGNUPGHOME(8) GNU Privacy Guard 2.3 ADDGNUPGHOME(8)
2
3
4
6 addgnupghome - Create .gnupg home directories
7
9 addgnupghome account_1 account_2...account_n
10
11
13 If GnuPG is installed on a system with existing user accounts, it is
14 sometimes required to populate the GnuPG home directory with existing
15 files. Especially a ‘trustlist.txt’ and a keybox with some initial
16 certificates are often desired. This script helps to do this by copy‐
17 ing all files from ‘/etc/skel/.gnupg’ to the home directories of the
18 accounts given on the command line. It takes care not to overwrite ex‐
19 isting GnuPG home directories.
20
21
22 addgnupghome is invoked by root as:
23
24 addgnupghome account1 account2 ... accountn
25
26
27
28
29
30
31GnuPG 2.3.7 2022-06-27 ADDGNUPGHOME(8)