Skip to content

Instantly share code, notes, and snippets.

@arturo-c
Created March 5, 2014 21:56
Show Gist options
  • Save arturo-c/9377475 to your computer and use it in GitHub Desktop.
Save arturo-c/9377475 to your computer and use it in GitHub Desktop.
rm -rf app/cache/*
rm -rf app/logs/*
APACHEUSER=`ps aux | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data' | grep -v root | head -1 | cut -d\ -f1`
sudo chmod +a "$APACHEUSER allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs
sudo chmod +a "`whoami` allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment