Chmod 100
The chmod 100 command sets the following permissions:
- User owner: execute (1)
- Group owner: no access (0)
- Others: no access (0)
When the chmod 100 command is applied to a file the resulting filesystem permissions are:
---x------
When the chmod 100 command is applied to a directory the resulting filesystem permissions are:
d--x------
Chmod 101
The chmod 101 command sets the following permissions:
- User owner: execute (1)
- Group owner: no access (0)
- Others: execute (1)
When the chmod 101 command is applied to a file the resulting filesystem permissions are:
---x-----x
When the chmod 101 command is applied to a directory the resulting filesystem permissions are:
d--x-----x
Chmod 102
The chmod 102 command sets the following permissions:
- User owner: execute (1)
- Group owner: no access (0)
- Others: write (2)
When the chmod 102 command is applied to a file the resulting filesystem permissions are:
---x----w-
When the chmod 102 command is applied to a directory the resulting filesystem permissions are:
d--x----w-
Chmod 103
The chmod 103 command sets the following permissions:
- User owner: execute (1)
- Group owner: no access (0)
- Others: write, execute (3)
When the chmod 103 command is applied to a file the resulting filesystem permissions are:
---x----wx
When the chmod 103 command is applied to a directory the resulting filesystem permissions are:
d--x----wx
Chmod 104
The chmod 104 command sets the following permissions:
- User owner: execute (1)
- Group owner: no access (0)
- Others: read (4)
When the chmod 104 command is applied to a file the resulting filesystem permissions are:
---x---r--
When the chmod 104 command is applied to a directory the resulting filesystem permissions are:
d--x---r--
Chmod 105
The chmod 105 command sets the following permissions:
- User owner: execute (1)
- Group owner: no access (0)
- Others: read, execute (5)
When the chmod 105 command is applied to a file the resulting filesystem permissions are:
---x---r-x
When the chmod 105 command is applied to a directory the resulting filesystem permissions are:
d--x---r-x
Chmod 106
The chmod 106 command sets the following permissions:
- User owner: execute (1)
- Group owner: no access (0)
- Others: read, write (6)
When the chmod 106 command is applied to a file the resulting filesystem permissions are:
---x---rw-
When the chmod 106 command is applied to a directory the resulting filesystem permissions are:
d--x---rw-
Chmod 107
The chmod 107 command sets the following permissions:
- User owner: execute (1)
- Group owner: no access (0)
- Others: read, write, execute (7)
When the chmod 107 command is applied to a file the resulting filesystem permissions are:
---x---rwx
When the chmod 107 command is applied to a directory the resulting filesystem permissions are:
d--x---rwx
Chmod 110
The chmod 110 command sets the following permissions:
- User owner: execute (1)
- Group owner: execute (1)
- Others: no access (0)
When the chmod 110 command is applied to a file the resulting filesystem permissions are:
---x--x---
When the chmod 110 command is applied to a directory the resulting filesystem permissions are:
d--x--x---
Chmod 111
The chmod 111 command sets the following permissions:
- User owner: execute (1)
- Group owner: execute (1)
- Others: execute (1)
When the chmod 111 command is applied to a file the resulting filesystem permissions are:
---x--x--x
When the chmod 111 command is applied to a directory the resulting filesystem permissions are:
d--x--x--x
Chmod 112
The chmod 112 command sets the following permissions:
- User owner: execute (1)
- Group owner: execute (1)
- Others: write (2)
When the chmod 112 command is applied to a file the resulting filesystem permissions are:
---x--x-w-
When the chmod 112 command is applied to a directory the resulting filesystem permissions are:
d--x--x-w-
Chmod 113
The chmod 113 command sets the following permissions:
- User owner: execute (1)
- Group owner: execute (1)
- Others: write, execute (3)
When the chmod 113 command is applied to a file the resulting filesystem permissions are:
---x--x-wx
When the chmod 113 command is applied to a directory the resulting filesystem permissions are:
d--x--x-wx
Chmod 114
The chmod 114 command sets the following permissions:
- User owner: execute (1)
- Group owner: execute (1)
- Others: read (4)
When the chmod 114 command is applied to a file the resulting filesystem permissions are:
---x--xr--
When the chmod 114 command is applied to a directory the resulting filesystem permissions are:
d--x--xr--
Chmod 115
The chmod 115 command sets the following permissions:
- User owner: execute (1)
- Group owner: execute (1)
- Others: read, execute (5)
When the chmod 115 command is applied to a file the resulting filesystem permissions are:
---x--xr-x
When the chmod 115 command is applied to a directory the resulting filesystem permissions are:
d--x--xr-x
Chmod 116
The chmod 116 command sets the following permissions:
- User owner: execute (1)
- Group owner: execute (1)
- Others: read, write (6)
When the chmod 116 command is applied to a file the resulting filesystem permissions are:
---x--xrw-
When the chmod 116 command is applied to a directory the resulting filesystem permissions are:
d--x--xrw-
Chmod 117
The chmod 117 command sets the following permissions:
- User owner: execute (1)
- Group owner: execute (1)
- Others: read, write, execute (7)
When the chmod 117 command is applied to a file the resulting filesystem permissions are:
---x--xrwx
When the chmod 117 command is applied to a directory the resulting filesystem permissions are:
d--x--xrwx
Chmod 120
The chmod 120 command sets the following permissions:
- User owner: execute (1)
- Group owner: write (2)
- Others: no access (0)
When the chmod 120 command is applied to a file the resulting filesystem permissions are:
---x-w----
When the chmod 120 command is applied to a directory the resulting filesystem permissions are:
d--x-w----
Chmod 121
The chmod 121 command sets the following permissions:
- User owner: execute (1)
- Group owner: write (2)
- Others: execute (1)
When the chmod 121 command is applied to a file the resulting filesystem permissions are:
---x-w---x
When the chmod 121 command is applied to a directory the resulting filesystem permissions are:
d--x-w---x
Chmod 122
The chmod 122 command sets the following permissions:
- User owner: execute (1)
- Group owner: write (2)
- Others: write (2)
When the chmod 122 command is applied to a file the resulting filesystem permissions are:
---x-w--w-
When the chmod 122 command is applied to a directory the resulting filesystem permissions are:
d--x-w--w-
Chmod 123
The chmod 123 command sets the following permissions:
- User owner: execute (1)
- Group owner: write (2)
- Others: write, execute (3)
When the chmod 123 command is applied to a file the resulting filesystem permissions are:
---x-w--wx
When the chmod 123 command is applied to a directory the resulting filesystem permissions are:
d--x-w--wx
Chmod 124
The chmod 124 command sets the following permissions:
- User owner: execute (1)
- Group owner: write (2)
- Others: read (4)
When the chmod 124 command is applied to a file the resulting filesystem permissions are:
---x-w-r--
When the chmod 124 command is applied to a directory the resulting filesystem permissions are:
d--x-w-r--
Chmod 125
The chmod 125 command sets the following permissions:
- User owner: execute (1)
- Group owner: write (2)
- Others: read, execute (5)
When the chmod 125 command is applied to a file the resulting filesystem permissions are:
---x-w-r-x
When the chmod 125 command is applied to a directory the resulting filesystem permissions are:
d--x-w-r-x
Chmod 126
The chmod 126 command sets the following permissions:
- User owner: execute (1)
- Group owner: write (2)
- Others: read, write (6)
When the chmod 126 command is applied to a file the resulting filesystem permissions are:
---x-w-rw-
When the chmod 126 command is applied to a directory the resulting filesystem permissions are:
d--x-w-rw-
Chmod 127
The chmod 127 command sets the following permissions:
- User owner: execute (1)
- Group owner: write (2)
- Others: read, write, execute (7)
When the chmod 127 command is applied to a file the resulting filesystem permissions are:
---x-w-rwx
When the chmod 127 command is applied to a directory the resulting filesystem permissions are:
d--x-w-rwx
Chmod 130
The chmod 130 command sets the following permissions:
- User owner: execute (1)
- Group owner: write, execute (3)
- Others: no access (0)
When the chmod 130 command is applied to a file the resulting filesystem permissions are:
---x-wx---
When the chmod 130 command is applied to a directory the resulting filesystem permissions are:
d--x-wx---
Chmod 131
The chmod 131 command sets the following permissions:
- User owner: execute (1)
- Group owner: write, execute (3)
- Others: execute (1)
When the chmod 131 command is applied to a file the resulting filesystem permissions are:
---x-wx--x
When the chmod 131 command is applied to a directory the resulting filesystem permissions are:
d--x-wx--x
Chmod 132
The chmod 132 command sets the following permissions:
- User owner: execute (1)
- Group owner: write, execute (3)
- Others: write (2)
When the chmod 132 command is applied to a file the resulting filesystem permissions are:
---x-wx-w-
When the chmod 132 command is applied to a directory the resulting filesystem permissions are:
d--x-wx-w-
Chmod 133
The chmod 133 command sets the following permissions:
- User owner: execute (1)
- Group owner: write, execute (3)
- Others: write, execute (3)
When the chmod 133 command is applied to a file the resulting filesystem permissions are:
---x-wx-wx
When the chmod 133 command is applied to a directory the resulting filesystem permissions are:
d--x-wx-wx
Chmod 134
The chmod 134 command sets the following permissions:
- User owner: execute (1)
- Group owner: write, execute (3)
- Others: read (4)
When the chmod 134 command is applied to a file the resulting filesystem permissions are:
---x-wxr--
When the chmod 134 command is applied to a directory the resulting filesystem permissions are:
d--x-wxr--
Chmod 135
The chmod 135 command sets the following permissions:
- User owner: execute (1)
- Group owner: write, execute (3)
- Others: read, execute (5)
When the chmod 135 command is applied to a file the resulting filesystem permissions are:
---x-wxr-x
When the chmod 135 command is applied to a directory the resulting filesystem permissions are:
d--x-wxr-x
Chmod 136
The chmod 136 command sets the following permissions:
- User owner: execute (1)
- Group owner: write, execute (3)
- Others: read, write (6)
When the chmod 136 command is applied to a file the resulting filesystem permissions are:
---x-wxrw-
When the chmod 136 command is applied to a directory the resulting filesystem permissions are:
d--x-wxrw-
Chmod 137
The chmod 137 command sets the following permissions:
- User owner: execute (1)
- Group owner: write, execute (3)
- Others: read, write, execute (7)
When the chmod 137 command is applied to a file the resulting filesystem permissions are:
---x-wxrwx
When the chmod 137 command is applied to a directory the resulting filesystem permissions are:
d--x-wxrwx
Chmod 140
The chmod 140 command sets the following permissions:
- User owner: execute (1)
- Group owner: read (4)
- Others: no access (0)
When the chmod 140 command is applied to a file the resulting filesystem permissions are:
---xr-----
When the chmod 140 command is applied to a directory the resulting filesystem permissions are:
d--xr-----
Chmod 141
The chmod 141 command sets the following permissions:
- User owner: execute (1)
- Group owner: read (4)
- Others: execute (1)
When the chmod 141 command is applied to a file the resulting filesystem permissions are:
---xr----x
When the chmod 141 command is applied to a directory the resulting filesystem permissions are:
d--xr----x
Chmod 142
The chmod 142 command sets the following permissions:
- User owner: execute (1)
- Group owner: read (4)
- Others: write (2)
When the chmod 142 command is applied to a file the resulting filesystem permissions are:
---xr---w-
When the chmod 142 command is applied to a directory the resulting filesystem permissions are:
d--xr---w-
Chmod 143
The chmod 143 command sets the following permissions:
- User owner: execute (1)
- Group owner: read (4)
- Others: write, execute (3)
When the chmod 143 command is applied to a file the resulting filesystem permissions are:
---xr---wx
When the chmod 143 command is applied to a directory the resulting filesystem permissions are:
d--xr---wx
Chmod 144
The chmod 144 command sets the following permissions:
- User owner: execute (1)
- Group owner: read (4)
- Others: read (4)
When the chmod 144 command is applied to a file the resulting filesystem permissions are:
---xr--r--
When the chmod 144 command is applied to a directory the resulting filesystem permissions are:
d--xr--r--
Chmod 145
The chmod 145 command sets the following permissions:
- User owner: execute (1)
- Group owner: read (4)
- Others: read, execute (5)
When the chmod 145 command is applied to a file the resulting filesystem permissions are:
---xr--r-x
When the chmod 145 command is applied to a directory the resulting filesystem permissions are:
d--xr--r-x
Chmod 146
The chmod 146 command sets the following permissions:
- User owner: execute (1)
- Group owner: read (4)
- Others: read, write (6)
When the chmod 146 command is applied to a file the resulting filesystem permissions are:
---xr--rw-
When the chmod 146 command is applied to a directory the resulting filesystem permissions are:
d--xr--rw-
Chmod 147
The chmod 147 command sets the following permissions:
- User owner: execute (1)
- Group owner: read (4)
- Others: read, write, execute (7)
When the chmod 147 command is applied to a file the resulting filesystem permissions are:
---xr--rwx
When the chmod 147 command is applied to a directory the resulting filesystem permissions are:
d--xr--rwx
Chmod 150
The chmod 150 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, execute (5)
- Others: no access (0)
When the chmod 150 command is applied to a file the resulting filesystem permissions are:
---xr-x---
When the chmod 150 command is applied to a directory the resulting filesystem permissions are:
d--xr-x---
Chmod 151
The chmod 151 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, execute (5)
- Others: execute (1)
When the chmod 151 command is applied to a file the resulting filesystem permissions are:
---xr-x--x
When the chmod 151 command is applied to a directory the resulting filesystem permissions are:
d--xr-x--x
Chmod 152
The chmod 152 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, execute (5)
- Others: write (2)
When the chmod 152 command is applied to a file the resulting filesystem permissions are:
---xr-x-w-
When the chmod 152 command is applied to a directory the resulting filesystem permissions are:
d--xr-x-w-
Chmod 153
The chmod 153 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, execute (5)
- Others: write, execute (3)
When the chmod 153 command is applied to a file the resulting filesystem permissions are:
---xr-x-wx
When the chmod 153 command is applied to a directory the resulting filesystem permissions are:
d--xr-x-wx
Chmod 154
The chmod 154 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, execute (5)
- Others: read (4)
When the chmod 154 command is applied to a file the resulting filesystem permissions are:
---xr-xr--
When the chmod 154 command is applied to a directory the resulting filesystem permissions are:
d--xr-xr--
Chmod 155
The chmod 155 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, execute (5)
- Others: read, execute (5)
When the chmod 155 command is applied to a file the resulting filesystem permissions are:
---xr-xr-x
When the chmod 155 command is applied to a directory the resulting filesystem permissions are:
d--xr-xr-x
Chmod 156
The chmod 156 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, execute (5)
- Others: read, write (6)
When the chmod 156 command is applied to a file the resulting filesystem permissions are:
---xr-xrw-
When the chmod 156 command is applied to a directory the resulting filesystem permissions are:
d--xr-xrw-
Chmod 157
The chmod 157 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, execute (5)
- Others: read, write, execute (7)
When the chmod 157 command is applied to a file the resulting filesystem permissions are:
---xr-xrwx
When the chmod 157 command is applied to a directory the resulting filesystem permissions are:
d--xr-xrwx
Chmod 160
The chmod 160 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, write (6)
- Others: no access (0)
When the chmod 160 command is applied to a file the resulting filesystem permissions are:
---xrw----
When the chmod 160 command is applied to a directory the resulting filesystem permissions are:
d--xrw----
Chmod 161
The chmod 161 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, write (6)
- Others: execute (1)
When the chmod 161 command is applied to a file the resulting filesystem permissions are:
---xrw---x
When the chmod 161 command is applied to a directory the resulting filesystem permissions are:
d--xrw---x
Chmod 162
The chmod 162 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, write (6)
- Others: write (2)
When the chmod 162 command is applied to a file the resulting filesystem permissions are:
---xrw--w-
When the chmod 162 command is applied to a directory the resulting filesystem permissions are:
d--xrw--w-
Chmod 163
The chmod 163 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, write (6)
- Others: write, execute (3)
When the chmod 163 command is applied to a file the resulting filesystem permissions are:
---xrw--wx
When the chmod 163 command is applied to a directory the resulting filesystem permissions are:
d--xrw--wx
Chmod 164
The chmod 164 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, write (6)
- Others: read (4)
When the chmod 164 command is applied to a file the resulting filesystem permissions are:
---xrw-r--
When the chmod 164 command is applied to a directory the resulting filesystem permissions are:
d--xrw-r--
Chmod 165
The chmod 165 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, write (6)
- Others: read, execute (5)
When the chmod 165 command is applied to a file the resulting filesystem permissions are:
---xrw-r-x
When the chmod 165 command is applied to a directory the resulting filesystem permissions are:
d--xrw-r-x
Chmod 166
The chmod 166 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, write (6)
- Others: read, write (6)
When the chmod 166 command is applied to a file the resulting filesystem permissions are:
---xrw-rw-
When the chmod 166 command is applied to a directory the resulting filesystem permissions are:
d--xrw-rw-
Chmod 167
The chmod 167 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, write (6)
- Others: read, write, execute (7)
When the chmod 167 command is applied to a file the resulting filesystem permissions are:
---xrw-rwx
When the chmod 167 command is applied to a directory the resulting filesystem permissions are:
d--xrw-rwx
Chmod 170
The chmod 170 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, write, execute (7)
- Others: no access (0)
When the chmod 170 command is applied to a file the resulting filesystem permissions are:
---xrwx---
When the chmod 170 command is applied to a directory the resulting filesystem permissions are:
d--xrwx---
Chmod 171
The chmod 171 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, write, execute (7)
- Others: execute (1)
When the chmod 171 command is applied to a file the resulting filesystem permissions are:
---xrwx--x
When the chmod 171 command is applied to a directory the resulting filesystem permissions are:
d--xrwx--x
Chmod 172
The chmod 172 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, write, execute (7)
- Others: write (2)
When the chmod 172 command is applied to a file the resulting filesystem permissions are:
---xrwx-w-
When the chmod 172 command is applied to a directory the resulting filesystem permissions are:
d--xrwx-w-
Chmod 173
The chmod 173 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, write, execute (7)
- Others: write, execute (3)
When the chmod 173 command is applied to a file the resulting filesystem permissions are:
---xrwx-wx
When the chmod 173 command is applied to a directory the resulting filesystem permissions are:
d--xrwx-wx
Chmod 174
The chmod 174 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, write, execute (7)
- Others: read (4)
When the chmod 174 command is applied to a file the resulting filesystem permissions are:
---xrwxr--
When the chmod 174 command is applied to a directory the resulting filesystem permissions are:
d--xrwxr--
Chmod 175
The chmod 175 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, write, execute (7)
- Others: read, execute (5)
When the chmod 175 command is applied to a file the resulting filesystem permissions are:
---xrwxr-x
When the chmod 175 command is applied to a directory the resulting filesystem permissions are:
d--xrwxr-x
Chmod 176
The chmod 176 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, write, execute (7)
- Others: read, write (6)
When the chmod 176 command is applied to a file the resulting filesystem permissions are:
---xrwxrw-
When the chmod 176 command is applied to a directory the resulting filesystem permissions are:
d--xrwxrw-
Chmod 177
The chmod 177 command sets the following permissions:
- User owner: execute (1)
- Group owner: read, write, execute (7)
- Others: read, write, execute (7)
When the chmod 177 command is applied to a file the resulting filesystem permissions are:
---xrwxrwx
When the chmod 177 command is applied to a directory the resulting filesystem permissions are:
d--xrwxrwx

I’m a Software Engineer and Programming Coach. I want to help you in your journey to become a Super Developer!