100% PrivateFree
=
rwxr-xr-x
Permission Matrix
Owner
7Group
5Other
5Command
$ chmod 755 filename
How It Works
1
Set Permissions
Click the checkboxes for read, write, and execute permissions for owner, group, and other.
2
See Both Formats
The numeric and symbolic representations update in real time as you toggle permissions.
3
Copy Command
Copy the chmod command or the permission values to use on your server.
Frequently Asked Questions
What is chmod?
chmod (change mode) is a Unix command that sets file or directory permissions. It controls who can read, write, and execute files on Unix-like operating systems including Linux and macOS.
What does 755 mean?
755 means the owner can read, write, and execute (7=4+2+1); the group can read and execute (5=4+1); and others can read and execute (5=4+1). This is the standard permission for executable files and directories.
What does 644 mean?
644 means the owner can read and write (6=4+2); the group and others can only read (4). This is the standard permission for regular files.
What is the difference between numeric and symbolic?
Numeric notation uses three digits (e.g., 755) where each digit represents owner, group, and other permissions. Symbolic notation uses letters (e.g., rwxr-xr-x) where r=read, w=write, x=execute.
Why should I avoid 777?
777 gives full read, write, and execute permissions to everyone on the system. This is a security risk because any user or process can modify or execute the file.
Explore More
Love this tool? Explore 999+ more
Free online tools for images, PDFs, text, code, and more. All running in your browser.
Explore All Tools