chmod 1777

Everyone can create files, but only a file’s owner can delete or rename it.

Applies to
Permissions
ReadWriteExecuteValue
Owner
Group
Others
Special bits:

Calculated on your device.

What chmod 1777 means

1777 (rwxrwxrwt) is how /tmp is set up. Everyone can write, but the sticky bit (t) prevents users from deleting or renaming each other's files. Use it for shared upload or scratch directories instead of plain 777.

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

Other common values