Following Command use to set 777 permission for folder & its sub folders & files.
sudo find generated -type d -exec chmod 777 {} \;
Give full permission to Folder & sub folders & Files in Linux
Following Command use to set 777 permission for folder & its sub folders & files.
sudo find generated -type d -exec chmod 777 {} \;