chmod 600

Only the owner can read and write. Nobody else has any access.

Applies to
Permissions
ReadWriteExecuteValue
Owner
Group
Others
Special bits:

Calculated on your device.

What chmod 600 means

600 (rw-------) is for secrets: SSH private keys, .env files, API tokens, password stores and personal configuration. SSH refuses to use a private key that others can read, with the error "permissions are too open" — chmod 600 ~/.ssh/id_ed25519 fixes it.

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

Other common values