Thursday, January 22, 2015

Changing permission

This is just a simple thing but I noticed that I checked the net too many times for this particular terminal command, better note it down instead.

To change permission settings through terminal do:
chmod -R <permissionsettings> <dirname>

Note the capital R 

P/S: make sure that permissionsettings in server side is 755 

No comments:

Post a Comment