↧
Answer by Jose Mhlanga for Setting chmod 777 on folder using Mac Terminal
While in any location in your terminal type the followingsudo chmod 777 /path/to/your/folder/*Be sure to be sudo and the /* after folder means that you want to give permissions to any subfolder in the...
View ArticleAnswer by hvgotcodes for Setting chmod 777 on folder using Mac Terminal
you have to be in the directory that contains thumbs. Do an ls to see whats in your current directory. You can also do a pwdto see where on the filesystem you are. typically when you log in you are in...
View ArticleSetting chmod 777 on folder using Mac Terminal
I am trying to set the upload permissions on a local folder in my test website.I'm using Terminal on a Mac and the following command:chmod 777 thumbsbut I get the following errorchmod: thumbs: No such...
View Article