chmod 644

Owner can read and write; everyone else can only read.

Applies to
Permissions
ReadWriteExecuteValue
Owner
Group
Others
Special bits:

Calculated on your device.

What chmod 644 means

644 (rw-r--r--) is the default for ordinary files: documents, HTML, CSS, images and configuration that isn't secret. You can edit the file; other users and services — such as a web server — can read it but not change it.

Use it for website files, READMEs and most source code. Don't use it for files containing passwords or keys, which other users could read; use 600 instead.

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

Other common values