Unix Permissions Calculator
Convert rwxrwxrwx to octal notation (e.g., 755)
000
---------
| Permission | Owner | Group | Public/Others |
|---|---|---|---|
| Read (4) | |||
| Write (2) | |||
| Execute (1) |
chmod 000 filename
Convert rwxrwxrwx to octal notation (e.g., 755)
| Permission | Owner | Group | Public/Others |
|---|---|---|---|
| Read (4) | |||
| Write (2) | |||
| Execute (1) |
chmod 000 filename