Skip to content

Instantly share code, notes, and snippets.

@DemianD
Created March 13, 2021 16:56
Show Gist options
  • Save DemianD/1c4c4efa37d261c45abab6c41bf22950 to your computer and use it in GitHub Desktop.
Save DemianD/1c4c4efa37d261c45abab6c41bf22950 to your computer and use it in GitHub Desktop.
Change permissions of a symbolic link on macOS
# -h is the important part
sudo chmod -h 755 ./your-program
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment