What does rw--wxrwx permissions mean?


rw--wxrwx

Here we will explain what each letter in rw--wxrwx permissions means for your UNIX/Linux file. We start by color-coding the nine characters in rw--wxrwx, so it is easy to follow along:

rw--wxrwx

There are three sets of three characters, and each set is assigned as follows:

rw-: Owner Permissions
-wx: Group Permissions
rwx: Everyone Permissions

Furthermore, the letters grant the following permissions:

r = Read
w = Write
x = Execute

Now, when we put it all together, we can see what file permissions your rw--wxrwx has:

rw-: Owner can read and write
-wx: Group can write and execute
rwx: Everyone can read, write and execute


rw--wxrw- permissions
Here is the next file permissions on our list that we have explained for you.

File Permissions Calculator
You may also be interested in our File Permissions Calculator for more information.






Copyright  |   Privacy Policy  |   Disclaimer  |   Contact