# Files/Folders Default Permissions dialog

> **TL;DR**
> `File | Settings | Build, Execution, Deployment | Deployment | Options` for Windows and Linux
>
>
>
> `IntelliJ IDEA | Settings | Build, Execution, Deployment | Deployment | Options` for macOS
>
>
>
> `Ctrl+Alt+S` (Windows), `⌘ Comma` (macOS), `⌘ Comma` (IntelliJ IDEA Classic (macOS)), `⌘ Comma` (macOS System Shortcuts), `Ctrl+Alt+S` (XWin), `Ctrl+Alt+S` (GNOME), `Ctrl+Alt+S` (KDE), `Ctrl+Alt+S` (Emacs), `Ctrl+Alt+S` (Sublime Text), `⌘ Comma` (Sublime Text (macOS)), `Ctrl+Alt+S` (NetBeans), `Ctrl+Alt+S` (Visual Studio), `⌘ Comma` (Visual Studio (macOS)), `Ctrl+Alt+S` (Eclipse), `⌘ Comma` (Eclipse (macOS)) ![the Settings icon](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.expui.general.settings.svg)

This dialog opens when you select the Override default permissions on files or Override default permissions on folders checkbox in the [Options](settings-deployment-options.html)  dialog and click Browse ![the Browse button](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app-client.expui.inline.browse.svg) next to it.

![Override default permissions on files](https://resources.jetbrains.com.cn/help/img/idea/2026.2/override_default_permissions_on_files.png)

Use this dialog to re-assign default server permissions to owners of files or folders, groups of owners, and other users.

* R stands for Read.

* W stands for Write.

* X stands for Execute

| Item | Description |
| --- | --- |
| Owner | In this row, specify what an owner of a file or folder may do by selecting the checkboxes below the corresponding identifiers. |
| Group | In this row, specify what a group of owners of a file or folder may do by selecting the checkboxes below the corresponding identifiers. |
| Others | In this row, specify what anyone else may do by selecting the checkboxes below the corresponding identifiers. |
| Octal | In this field, specify the [octal representation](http://www.slackbook.org/html/filesystem-structure-permissions.html) of the specified set of permissions. By default, IntelliJ IDEA calculates and re-calculates the value of the field as you select or clear the desired checkboxes. You can also specify the octal value manually.  |

## See also

### Procedures

[Deployment](deploying-applications.html)  [PHP](php-specific-guidelines.html)

### Reference

[Deployment](settings-deployment.html)

