Created
October 16, 2011 07:42
-
-
Save aalvesjr/1290623 to your computer and use it in GitHub Desktop.
Permissões em pastas Ubuntu#terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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