Skip to content

Instantly share code, notes, and snippets.

@mgdiez
Created July 8, 2019 07:37
Show Gist options
  • Save mgdiez/fa3563f5dfb7a622291379bcddb14e29 to your computer and use it in GitHub Desktop.
Save mgdiez/fa3563f5dfb7a622291379bcddb14e29 to your computer and use it in GitHub Desktop.
Fixes the /usr/loca/share/man/man5 not writable problem
sudo chown -R $(whoami) /usr/local/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment