Skip to content

Instantly share code, notes, and snippets.

@hG3n
Created October 11, 2015 11:18
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 hG3n/74e0fa98c1a70debfd1e to your computer and use it in GitHub Desktop.
Save hG3n/74e0fa98c1a70debfd1e to your computer and use it in GitHub Desktop.
short reminder on how to make shell applications run without explicitly using sudo
chmod 6555 $application
sudo chown root $application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment