Skip to content

Instantly share code, notes, and snippets.

@zachbrowne
Created April 3, 2012 14:43
Show Gist options
  • Save zachbrowne/2292567 to your computer and use it in GitHub Desktop.
Save zachbrowne/2292567 to your computer and use it in GitHub Desktop.
Useful Bash Aliases
alias fix='sudo find /home/zach/www/*/public -type d -exec chmod 755 {} \; && sudo find /home/zach/www/*/public -type f -exec chmod 644 {} \; && sudo chown -R zach:zach /home/zach && sudo chown -R www-data:www-data /home/zach/www/*/public'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment