> For the complete documentation index, see [llms.txt](https://cedextech.gitbook.io/delta-quizy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cedextech.gitbook.io/delta-quizy/faqs/folder-permissions-1.md).

# Folder Permissions

How to change the folder permissions?

Set the permissions to **775** to the following files and folders **recursively**:

* bootstrap/cache
* storage

Select the folder, and choose "Change Permissions" from the context menu.

![](https://gblobscdn.gitbook.com/assets%2F-MOX_ffvvdxGd3ydCJAW%2F-MPAnSvxTOD2kus--Uwv%2F-MPAujvhJrNvv48X7NM9%2Fqr3.png?alt=media\&token=cd33c606-b01d-4ebd-b0ac-67e9b5a4c5f9)

Change Folder Permissions

On a Linux based system, run the following commands to change the folder permission.

```
sudo chmod -R 775 bootstrap/cachesudo chmod -R 775 storage
```
