Skip to content

Instantly share code, notes, and snippets.

@aalvesjr
Created October 16, 2011 07:42
Show Gist options
  • Save aalvesjr/1290623 to your computer and use it in GitHub Desktop.
Save aalvesjr/1290623 to your computer and use it in GitHub Desktop.
Permissões em pastas Ubuntu#terminal
# Comando:
$ chmod 777 nomeDaPasta
o parametro -R aplica as subpastas tbem:
$ chmod -R 777 pasta
>> pra tentar entender o 777 : http://www.degahosting.net/knowledgebase.php?action=displayarticle&id=94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment