What does r--rw-rw- permissions mean?


r--rw-rw-

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

r--rw-rw-

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

r--: Owner Permissions
rw-: Group Permissions
rw-: 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 r--rw-rw- has:

r--: Owner can read
rw-: Group can read and write
rw-: Everyone can read and write


r--rw-r-x 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