Linux: chmod - change permission for folder and subfolders and all files

Trabla: chmod - change permission for folder and subfolders and all files

Solving:

sudo chmod -R 777 /var/www/myfolder

where

-R    -  recursive flag (means all subfolders and files) 
777  - octal permissions
/var/www/myfolder    - folder name

No comments:

Post a Comment