Skip to content

Instantly share code, notes, and snippets.

@Ruzzz
Last active February 1, 2023 23:36
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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