Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Created August 7, 2019 12:29
Show Gist options
  • Save zoonderkins/0c0a99cdc9979eb58e2fea794a8ab2ec to your computer and use it in GitHub Desktop.
Save zoonderkins/0c0a99cdc9979eb58e2fea794a8ab2ec to your computer and use it in GitHub Desktop.
Mac-fix-sudo-permission #mac

Mac-fix-sudo-permission

You should change the ownership of these directories to your user.
  sudo chown -R $(whoami) /usr/local/share/man/man7

And make sure that your user has write permission.
  chmod u+w /usr/local/share/man/man7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment