Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Ruzzz
Last active February 1, 2023 23:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ruzzz/3d9ea9be60f83c8e677a19ad45f7756a to your computer and use it in GitHub Desktop.
Save Ruzzz/3d9ea9be60f83c8e677a19ad45f7756a to your computer and use it in GitHub Desktop.
gnupg directory permissions
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