Skip to content

Instantly share code, notes, and snippets.

@dadamssg
Last active August 29, 2015 14:05
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 dadamssg/741461d048b8bd61f729 to your computer and use it in GitHub Desktop.
Save dadamssg/741461d048b8bd61f729 to your computer and use it in GitHub Desktop.
root@jstubdev:/var/www/web/jsonstub# rm -rf app/cache
root@jstubdev:/var/www/web/jsonstub# mkdir app/cache
root@jstubdev:/var/www/web/jsonstub# chown vagrant:vagrant app/cache
root@jstubdev:/var/www/web/jsonstub# ls -la app/cache
total 0
drwxr-xr-x 1 vagrant vagrant 68 Aug 15 00:00 .
drwxr-xr-x 1 vagrant vagrant 578 Aug 15 00:00 ..
root@jstubdev:/var/www/web/jsonstub# chmod -R 775 app/cache
root@jstubdev:/var/www/web/jsonstub# ls -la app/cache
total 0
drwxr-xr-x 1 vagrant vagrant 68 Aug 15 00:00 .
drwxr-xr-x 1 vagrant vagrant 578 Aug 15 00:00 ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment