ORY

chmod Calculator

Convert between octal numeric and symbolic Unix file permissions.

From octal
Permissions

User

Group

Other

Result

Octal

644

Symbolic

-rw-r--r--

chmod command

chmod 644 file

  • User: read, write
  • Group: read
  • Other: read