Linux Chmod Command Cheatsheet

Table of Contents

Chmod 200

The chmod 200 command sets the following permissions:

  • User owner: write (2)
  • Group owner: no access (0)
  • Others: no access (0)

When the chmod 200 command is applied to a file the resulting filesystem permissions are:

--w-------

When the chmod 200 command is applied to a directory the resulting filesystem permissions are:

d-w-------

Chmod 201

The chmod 201 command sets the following permissions:

  • User owner: write (2)
  • Group owner: no access (0)
  • Others: execute (1)

When the chmod 201 command is applied to a file the resulting filesystem permissions are:

--w------x

When the chmod 201 command is applied to a directory the resulting filesystem permissions are:

d-w------x

Chmod 202

The chmod 202 command sets the following permissions:

  • User owner: write (2)
  • Group owner: no access (0)
  • Others: write (2)

When the chmod 202 command is applied to a file the resulting filesystem permissions are:

--w-----w-

When the chmod 202 command is applied to a directory the resulting filesystem permissions are:

d-w-----w-

Chmod 203

The chmod 203 command sets the following permissions:

  • User owner: write (2)
  • Group owner: no access (0)
  • Others: write, execute (3)

When the chmod 203 command is applied to a file the resulting filesystem permissions are:

--w-----wx

When the chmod 203 command is applied to a directory the resulting filesystem permissions are:

d-w-----wx

Chmod 204

The chmod 204 command sets the following permissions:

  • User owner: write (2)
  • Group owner: no access (0)
  • Others: read (4)

When the chmod 204 command is applied to a file the resulting filesystem permissions are:

--w----r--

When the chmod 204 command is applied to a directory the resulting filesystem permissions are:

d-w----r--

Chmod 205

The chmod 205 command sets the following permissions:

  • User owner: write (2)
  • Group owner: no access (0)
  • Others: read, execute (5)

When the chmod 205 command is applied to a file the resulting filesystem permissions are:

--w----r-x

When the chmod 205 command is applied to a directory the resulting filesystem permissions are:

d-w----r-x

Chmod 206

The chmod 206 command sets the following permissions:

  • User owner: write (2)
  • Group owner: no access (0)
  • Others: read, write (6)

When the chmod 206 command is applied to a file the resulting filesystem permissions are:

--w----rw-

When the chmod 206 command is applied to a directory the resulting filesystem permissions are:

d-w----rw-

Chmod 207

The chmod 207 command sets the following permissions:

  • User owner: write (2)
  • Group owner: no access (0)
  • Others: read, write, execute (7)

When the chmod 207 command is applied to a file the resulting filesystem permissions are:

--w----rwx

When the chmod 207 command is applied to a directory the resulting filesystem permissions are:

d-w----rwx

Chmod 210

The chmod 210 command sets the following permissions:

  • User owner: write (2)
  • Group owner: execute (1)
  • Others: no access (0)

When the chmod 210 command is applied to a file the resulting filesystem permissions are:

--w---x---

When the chmod 210 command is applied to a directory the resulting filesystem permissions are:

d-w---x---

Chmod 211

The chmod 211 command sets the following permissions:

  • User owner: write (2)
  • Group owner: execute (1)
  • Others: execute (1)

When the chmod 211 command is applied to a file the resulting filesystem permissions are:

--w---x--x

When the chmod 211 command is applied to a directory the resulting filesystem permissions are:

d-w---x--x

Chmod 212

The chmod 212 command sets the following permissions:

  • User owner: write (2)
  • Group owner: execute (1)
  • Others: write (2)

When the chmod 212 command is applied to a file the resulting filesystem permissions are:

--w---x-w-

When the chmod 212 command is applied to a directory the resulting filesystem permissions are:

d-w---x-w-

Chmod 213

The chmod 213 command sets the following permissions:

  • User owner: write (2)
  • Group owner: execute (1)
  • Others: write, execute (3)

When the chmod 213 command is applied to a file the resulting filesystem permissions are:

--w---x-wx

When the chmod 213 command is applied to a directory the resulting filesystem permissions are:

d-w---x-wx

Chmod 214

The chmod 214 command sets the following permissions:

  • User owner: write (2)
  • Group owner: execute (1)
  • Others: read (4)

When the chmod 214 command is applied to a file the resulting filesystem permissions are:

--w---xr--

When the chmod 214 command is applied to a directory the resulting filesystem permissions are:

d-w---xr--

Chmod 215

The chmod 215 command sets the following permissions:

  • User owner: write (2)
  • Group owner: execute (1)
  • Others: read, execute (5)

When the chmod 215 command is applied to a file the resulting filesystem permissions are:

--w---xr-x

When the chmod 215 command is applied to a directory the resulting filesystem permissions are:

d-w---xr-x

Chmod 216

The chmod 216 command sets the following permissions:

  • User owner: write (2)
  • Group owner: execute (1)
  • Others: read, write (6)

When the chmod 216 command is applied to a file the resulting filesystem permissions are:

--w---xrw-

When the chmod 216 command is applied to a directory the resulting filesystem permissions are:

d-w---xrw-

Chmod 217

The chmod 217 command sets the following permissions:

  • User owner: write (2)
  • Group owner: execute (1)
  • Others: read, write, execute (7)

When the chmod 217 command is applied to a file the resulting filesystem permissions are:

--w---xrwx

When the chmod 217 command is applied to a directory the resulting filesystem permissions are:

d-w---xrwx

Chmod 220

The chmod 220 command sets the following permissions:

  • User owner: write (2)
  • Group owner: write (2)
  • Others: no access (0)

When the chmod 220 command is applied to a file the resulting filesystem permissions are:

--w--w----

When the chmod 220 command is applied to a directory the resulting filesystem permissions are:

d-w--w----

Chmod 221

The chmod 221 command sets the following permissions:

  • User owner: write (2)
  • Group owner: write (2)
  • Others: execute (1)

When the chmod 221 command is applied to a file the resulting filesystem permissions are:

--w--w---x

When the chmod 221 command is applied to a directory the resulting filesystem permissions are:

d-w--w---x

Chmod 222

The chmod 222 command sets the following permissions:

  • User owner: write (2)
  • Group owner: write (2)
  • Others: write (2)

When the chmod 222 command is applied to a file the resulting filesystem permissions are:

--w--w--w-

When the chmod 222 command is applied to a directory the resulting filesystem permissions are:

d-w--w--w-

Chmod 223

The chmod 223 command sets the following permissions:

  • User owner: write (2)
  • Group owner: write (2)
  • Others: write, execute (3)

When the chmod 223 command is applied to a file the resulting filesystem permissions are:

--w--w--wx

When the chmod 223 command is applied to a directory the resulting filesystem permissions are:

d-w--w--wx

Chmod 224

The chmod 224 command sets the following permissions:

  • User owner: write (2)
  • Group owner: write (2)
  • Others: read (4)

When the chmod 224 command is applied to a file the resulting filesystem permissions are:

--w--w-r--

When the chmod 224 command is applied to a directory the resulting filesystem permissions are:

d-w--w-r--

Chmod 225

The chmod 225 command sets the following permissions:

  • User owner: write (2)
  • Group owner: write (2)
  • Others: read, execute (5)

When the chmod 225 command is applied to a file the resulting filesystem permissions are:

--w--w-r-x

When the chmod 225 command is applied to a directory the resulting filesystem permissions are:

d-w--w-r-x

Chmod 226

The chmod 226 command sets the following permissions:

  • User owner: write (2)
  • Group owner: write (2)
  • Others: read, write (6)

When the chmod 226 command is applied to a file the resulting filesystem permissions are:

--w--w-rw-

When the chmod 226 command is applied to a directory the resulting filesystem permissions are:

d-w--w-rw-

Chmod 227

The chmod 227 command sets the following permissions:

  • User owner: write (2)
  • Group owner: write (2)
  • Others: read, write, execute (7)

When the chmod 227 command is applied to a file the resulting filesystem permissions are:

--w--w-rwx

When the chmod 227 command is applied to a directory the resulting filesystem permissions are:

d-w--w-rwx

Chmod 230

The chmod 230 command sets the following permissions:

  • User owner: write (2)
  • Group owner: write, execute (3)
  • Others: no access (0)

When the chmod 230 command is applied to a file the resulting filesystem permissions are:

--w--wx---

When the chmod 230 command is applied to a directory the resulting filesystem permissions are:

d-w--wx---

Chmod 231

The chmod 231 command sets the following permissions:

  • User owner: write (2)
  • Group owner: write, execute (3)
  • Others: execute (1)

When the chmod 231 command is applied to a file the resulting filesystem permissions are:

--w--wx--x

When the chmod 231 command is applied to a directory the resulting filesystem permissions are:

d-w--wx--x

Chmod 232

The chmod 232 command sets the following permissions:

  • User owner: write (2)
  • Group owner: write, execute (3)
  • Others: write (2)

When the chmod 232 command is applied to a file the resulting filesystem permissions are:

--w--wx-w-

When the chmod 232 command is applied to a directory the resulting filesystem permissions are:

d-w--wx-w-

Chmod 233

The chmod 233 command sets the following permissions:

  • User owner: write (2)
  • Group owner: write, execute (3)
  • Others: write, execute (3)

When the chmod 233 command is applied to a file the resulting filesystem permissions are:

--w--wx-wx

When the chmod 233 command is applied to a directory the resulting filesystem permissions are:

d-w--wx-wx

Chmod 234

The chmod 234 command sets the following permissions:

  • User owner: write (2)
  • Group owner: write, execute (3)
  • Others: read (4)

When the chmod 234 command is applied to a file the resulting filesystem permissions are:

--w--wxr--

When the chmod 234 command is applied to a directory the resulting filesystem permissions are:

d-w--wxr--

Chmod 235

The chmod 235 command sets the following permissions:

  • User owner: write (2)
  • Group owner: write, execute (3)
  • Others: read, execute (5)

When the chmod 235 command is applied to a file the resulting filesystem permissions are:

--w--wxr-x

When the chmod 235 command is applied to a directory the resulting filesystem permissions are:

d-w--wxr-x

Chmod 236

The chmod 236 command sets the following permissions:

  • User owner: write (2)
  • Group owner: write, execute (3)
  • Others: read, write (6)

When the chmod 236 command is applied to a file the resulting filesystem permissions are:

--w--wxrw-

When the chmod 236 command is applied to a directory the resulting filesystem permissions are:

d-w--wxrw-

Chmod 237

The chmod 237 command sets the following permissions:

  • User owner: write (2)
  • Group owner: write, execute (3)
  • Others: read, write, execute (7)

When the chmod 237 command is applied to a file the resulting filesystem permissions are:

--w--wxrwx

When the chmod 237 command is applied to a directory the resulting filesystem permissions are:

d-w--wxrwx

Chmod 240

The chmod 240 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read (4)
  • Others: no access (0)

When the chmod 240 command is applied to a file the resulting filesystem permissions are:

--w-r-----

When the chmod 240 command is applied to a directory the resulting filesystem permissions are:

d-w-r-----

Chmod 241

The chmod 241 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read (4)
  • Others: execute (1)

When the chmod 241 command is applied to a file the resulting filesystem permissions are:

--w-r----x

When the chmod 241 command is applied to a directory the resulting filesystem permissions are:

d-w-r----x

Chmod 242

The chmod 242 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read (4)
  • Others: write (2)

When the chmod 242 command is applied to a file the resulting filesystem permissions are:

--w-r---w-

When the chmod 242 command is applied to a directory the resulting filesystem permissions are:

d-w-r---w-

Chmod 243

The chmod 243 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read (4)
  • Others: write, execute (3)

When the chmod 243 command is applied to a file the resulting filesystem permissions are:

--w-r---wx

When the chmod 243 command is applied to a directory the resulting filesystem permissions are:

d-w-r---wx

Chmod 244

The chmod 244 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read (4)
  • Others: read (4)

When the chmod 244 command is applied to a file the resulting filesystem permissions are:

--w-r--r--

When the chmod 244 command is applied to a directory the resulting filesystem permissions are:

d-w-r--r--

Chmod 245

The chmod 245 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read (4)
  • Others: read, execute (5)

When the chmod 245 command is applied to a file the resulting filesystem permissions are:

--w-r--r-x

When the chmod 245 command is applied to a directory the resulting filesystem permissions are:

d-w-r--r-x

Chmod 246

The chmod 246 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read (4)
  • Others: read, write (6)

When the chmod 246 command is applied to a file the resulting filesystem permissions are:

--w-r--rw-

When the chmod 246 command is applied to a directory the resulting filesystem permissions are:

d-w-r--rw-

Chmod 247

The chmod 247 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read (4)
  • Others: read, write, execute (7)

When the chmod 247 command is applied to a file the resulting filesystem permissions are:

--w-r--rwx

When the chmod 247 command is applied to a directory the resulting filesystem permissions are:

d-w-r--rwx

Chmod 250

The chmod 250 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, execute (5)
  • Others: no access (0)

When the chmod 250 command is applied to a file the resulting filesystem permissions are:

--w-r-x---

When the chmod 250 command is applied to a directory the resulting filesystem permissions are:

d-w-r-x---

Chmod 251

The chmod 251 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, execute (5)
  • Others: execute (1)

When the chmod 251 command is applied to a file the resulting filesystem permissions are:

--w-r-x--x

When the chmod 251 command is applied to a directory the resulting filesystem permissions are:

d-w-r-x--x

Chmod 252

The chmod 252 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, execute (5)
  • Others: write (2)

When the chmod 252 command is applied to a file the resulting filesystem permissions are:

--w-r-x-w-

When the chmod 252 command is applied to a directory the resulting filesystem permissions are:

d-w-r-x-w-

Chmod 253

The chmod 253 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, execute (5)
  • Others: write, execute (3)

When the chmod 253 command is applied to a file the resulting filesystem permissions are:

--w-r-x-wx

When the chmod 253 command is applied to a directory the resulting filesystem permissions are:

d-w-r-x-wx

Chmod 254

The chmod 254 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, execute (5)
  • Others: read (4)

When the chmod 254 command is applied to a file the resulting filesystem permissions are:

--w-r-xr--

When the chmod 254 command is applied to a directory the resulting filesystem permissions are:

d-w-r-xr--

Chmod 255

The chmod 255 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, execute (5)
  • Others: read, execute (5)

When the chmod 255 command is applied to a file the resulting filesystem permissions are:

--w-r-xr-x

When the chmod 255 command is applied to a directory the resulting filesystem permissions are:

d-w-r-xr-x

Chmod 256

The chmod 256 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, execute (5)
  • Others: read, write (6)

When the chmod 256 command is applied to a file the resulting filesystem permissions are:

--w-r-xrw-

When the chmod 256 command is applied to a directory the resulting filesystem permissions are:

d-w-r-xrw-

Chmod 257

The chmod 257 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, execute (5)
  • Others: read, write, execute (7)

When the chmod 257 command is applied to a file the resulting filesystem permissions are:

--w-r-xrwx

When the chmod 257 command is applied to a directory the resulting filesystem permissions are:

d-w-r-xrwx

Chmod 260

The chmod 260 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, write (6)
  • Others: no access (0)

When the chmod 260 command is applied to a file the resulting filesystem permissions are:

--w-rw----

When the chmod 260 command is applied to a directory the resulting filesystem permissions are:

d-w-rw----

Chmod 261

The chmod 261 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, write (6)
  • Others: execute (1)

When the chmod 261 command is applied to a file the resulting filesystem permissions are:

--w-rw---x

When the chmod 261 command is applied to a directory the resulting filesystem permissions are:

d-w-rw---x

Chmod 262

The chmod 262 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, write (6)
  • Others: write (2)

When the chmod 262 command is applied to a file the resulting filesystem permissions are:

--w-rw--w-

When the chmod 262 command is applied to a directory the resulting filesystem permissions are:

d-w-rw--w-

Chmod 263

The chmod 263 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, write (6)
  • Others: write, execute (3)

When the chmod 263 command is applied to a file the resulting filesystem permissions are:

--w-rw--wx

When the chmod 263 command is applied to a directory the resulting filesystem permissions are:

d-w-rw--wx

Chmod 264

The chmod 264 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, write (6)
  • Others: read (4)

When the chmod 264 command is applied to a file the resulting filesystem permissions are:

--w-rw-r--

When the chmod 264 command is applied to a directory the resulting filesystem permissions are:

d-w-rw-r--

Chmod 265

The chmod 265 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, write (6)
  • Others: read, execute (5)

When the chmod 265 command is applied to a file the resulting filesystem permissions are:

--w-rw-r-x

When the chmod 265 command is applied to a directory the resulting filesystem permissions are:

d-w-rw-r-x

Chmod 266

The chmod 266 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, write (6)
  • Others: read, write (6)

When the chmod 266 command is applied to a file the resulting filesystem permissions are:

--w-rw-rw-

When the chmod 266 command is applied to a directory the resulting filesystem permissions are:

d-w-rw-rw-

Chmod 267

The chmod 267 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, write (6)
  • Others: read, write, execute (7)

When the chmod 267 command is applied to a file the resulting filesystem permissions are:

--w-rw-rwx

When the chmod 267 command is applied to a directory the resulting filesystem permissions are:

d-w-rw-rwx

Chmod 270

The chmod 270 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, write, execute (7)
  • Others: no access (0)

When the chmod 270 command is applied to a file the resulting filesystem permissions are:

--w-rwx---

When the chmod 270 command is applied to a directory the resulting filesystem permissions are:

d-w-rwx---

Chmod 271

The chmod 271 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, write, execute (7)
  • Others: execute (1)

When the chmod 271 command is applied to a file the resulting filesystem permissions are:

--w-rwx--x

When the chmod 271 command is applied to a directory the resulting filesystem permissions are:

d-w-rwx--x

Chmod 272

The chmod 272 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, write, execute (7)
  • Others: write (2)

When the chmod 272 command is applied to a file the resulting filesystem permissions are:

--w-rwx-w-

When the chmod 272 command is applied to a directory the resulting filesystem permissions are:

d-w-rwx-w-

Chmod 273

The chmod 273 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, write, execute (7)
  • Others: write, execute (3)

When the chmod 273 command is applied to a file the resulting filesystem permissions are:

--w-rwx-wx

When the chmod 273 command is applied to a directory the resulting filesystem permissions are:

d-w-rwx-wx

Chmod 274

The chmod 274 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, write, execute (7)
  • Others: read (4)

When the chmod 274 command is applied to a file the resulting filesystem permissions are:

--w-rwxr--

When the chmod 274 command is applied to a directory the resulting filesystem permissions are:

d-w-rwxr--

Chmod 275

The chmod 275 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, write, execute (7)
  • Others: read, execute (5)

When the chmod 275 command is applied to a file the resulting filesystem permissions are:

--w-rwxr-x

When the chmod 275 command is applied to a directory the resulting filesystem permissions are:

d-w-rwxr-x

Chmod 276

The chmod 276 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, write, execute (7)
  • Others: read, write (6)

When the chmod 276 command is applied to a file the resulting filesystem permissions are:

--w-rwxrw-

When the chmod 276 command is applied to a directory the resulting filesystem permissions are:

d-w-rwxrw-

Chmod 277

The chmod 277 command sets the following permissions:

  • User owner: write (2)
  • Group owner: read, write, execute (7)
  • Others: read, write, execute (7)

When the chmod 277 command is applied to a file the resulting filesystem permissions are:

--w-rwxrwx

When the chmod 277 command is applied to a directory the resulting filesystem permissions are:

d-w-rwxrwx

Leave a Comment