chmod 755

Owner can do everything; everyone else can read and execute (enter/browse).

Applies to
Permissions
ReadWriteExecuteValue
Owner
Group
Others
Special bits:

Calculated on your device.

What chmod 755 means

755 (rwxr-xr-x) is the standard permission for directories and executable files. On a directory it lets everyone list and enter it while only the owner can add or remove files. On a file it makes a script or program runnable by everyone but editable only by you.

Typical uses: web root and its sub-directories, ~/bin scripts, and anything in /usr/local/bin. Combined with 644 for files it's the classic safe setup for websites.

Adjust the checkboxes above to see how a different mode compares, or go back to the chmod calculator.

Other common values