Last active
February 1, 2023 23:36
-
-
Save Ruzzz/3d9ea9be60f83c8e677a19ad45f7756a to your computer and use it in GitHub Desktop.
gnupg directory permissions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chmod 700 ~/.gnupg | |
chmod 600 ~/.gnupg/* | |
find ~/.gnupg -type f -exec chmod 600 {} | |
find ~/.gnupg -type d -exec chmod 700 {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment