Linux Chmod Command Cheatsheet

Table of Contents

Chmod 300

The chmod 300 command sets the following permissions:

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

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

--wx------

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

d-wx------

Chmod 301

The chmod 301 command sets the following permissions:

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

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

--wx-----x

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

d-wx-----x

Chmod 302

The chmod 302 command sets the following permissions:

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

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

--wx----w-

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

d-wx----w-

Chmod 303

The chmod 303 command sets the following permissions:

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

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

--wx----wx

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

d-wx----wx

Chmod 304

The chmod 304 command sets the following permissions:

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

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

--wx---r--

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

d-wx---r--

Chmod 305

The chmod 305 command sets the following permissions:

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

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

--wx---r-x

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

d-wx---r-x

Chmod 306

The chmod 306 command sets the following permissions:

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

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

--wx---rw-

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

d-wx---rw-

Chmod 307

The chmod 307 command sets the following permissions:

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

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

--wx---rwx

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

d-wx---rwx

Chmod 310

The chmod 310 command sets the following permissions:

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

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

--wx--x---

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

d-wx--x---

Chmod 311

The chmod 311 command sets the following permissions:

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

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

--wx--x--x

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

d-wx--x--x

Chmod 312

The chmod 312 command sets the following permissions:

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

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

--wx--x-w-

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

d-wx--x-w-

Chmod 313

The chmod 313 command sets the following permissions:

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

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

--wx--x-wx

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

d-wx--x-wx

Chmod 314

The chmod 314 command sets the following permissions:

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

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

--wx--xr--

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

d-wx--xr--

Chmod 315

The chmod 315 command sets the following permissions:

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

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

--wx--xr-x

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

d-wx--xr-x

Chmod 316

The chmod 316 command sets the following permissions:

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

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

--wx--xrw-

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

d-wx--xrw-

Chmod 317

The chmod 317 command sets the following permissions:

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

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

--wx--xrwx

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

d-wx--xrwx

Chmod 320

The chmod 320 command sets the following permissions:

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

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

--wx-w----

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

d-wx-w----

Chmod 321

The chmod 321 command sets the following permissions:

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

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

--wx-w---x

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

d-wx-w---x

Chmod 322

The chmod 322 command sets the following permissions:

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

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

--wx-w--w-

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

d-wx-w--w-

Chmod 323

The chmod 323 command sets the following permissions:

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

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

--wx-w--wx

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

d-wx-w--wx

Chmod 324

The chmod 324 command sets the following permissions:

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

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

--wx-w-r--

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

d-wx-w-r--

Chmod 325

The chmod 325 command sets the following permissions:

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

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

--wx-w-r-x

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

d-wx-w-r-x

Chmod 326

The chmod 326 command sets the following permissions:

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

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

--wx-w-rw-

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

d-wx-w-rw-

Chmod 327

The chmod 327 command sets the following permissions:

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

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

--wx-w-rwx

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

d-wx-w-rwx

Chmod 330

The chmod 330 command sets the following permissions:

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

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

--wx-wx---

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

d-wx-wx---

Chmod 331

The chmod 331 command sets the following permissions:

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

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

--wx-wx--x

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

d-wx-wx--x

Chmod 332

The chmod 332 command sets the following permissions:

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

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

--wx-wx-w-

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

d-wx-wx-w-

Chmod 333

The chmod 333 command sets the following permissions:

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

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

--wx-wx-wx

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

d-wx-wx-wx

Chmod 334

The chmod 334 command sets the following permissions:

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

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

--wx-wxr--

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

d-wx-wxr--

Chmod 335

The chmod 335 command sets the following permissions:

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

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

--wx-wxr-x

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

d-wx-wxr-x

Chmod 336

The chmod 336 command sets the following permissions:

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

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

--wx-wxrw-

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

d-wx-wxrw-

Chmod 337

The chmod 337 command sets the following permissions:

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

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

--wx-wxrwx

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

d-wx-wxrwx

Chmod 340

The chmod 340 command sets the following permissions:

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

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

--wxr-----

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

d-wxr-----

Chmod 341

The chmod 341 command sets the following permissions:

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

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

--wxr----x

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

d-wxr----x

Chmod 342

The chmod 342 command sets the following permissions:

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

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

--wxr---w-

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

d-wxr---w-

Chmod 343

The chmod 343 command sets the following permissions:

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

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

--wxr---wx

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

d-wxr---wx

Chmod 344

The chmod 344 command sets the following permissions:

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

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

--wxr--r--

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

d-wxr--r--

Chmod 345

The chmod 345 command sets the following permissions:

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

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

--wxr--r-x

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

d-wxr--r-x

Chmod 346

The chmod 346 command sets the following permissions:

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

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

--wxr--rw-

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

d-wxr--rw-

Chmod 347

The chmod 347 command sets the following permissions:

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

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

--wxr--rwx

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

d-wxr--rwx

Chmod 350

The chmod 350 command sets the following permissions:

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

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

--wxr-x---

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

d-wxr-x---

Chmod 351

The chmod 351 command sets the following permissions:

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

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

--wxr-x--x

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

d-wxr-x--x

Chmod 352

The chmod 352 command sets the following permissions:

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

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

--wxr-x-w-

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

d-wxr-x-w-

Chmod 353

The chmod 353 command sets the following permissions:

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

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

--wxr-x-wx

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

d-wxr-x-wx

Chmod 354

The chmod 354 command sets the following permissions:

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

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

--wxr-xr--

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

d-wxr-xr--

Chmod 355

The chmod 355 command sets the following permissions:

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

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

--wxr-xr-x

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

d-wxr-xr-x

Chmod 356

The chmod 356 command sets the following permissions:

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

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

--wxr-xrw-

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

d-wxr-xrw-

Chmod 357

The chmod 357 command sets the following permissions:

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

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

--wxr-xrwx

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

d-wxr-xrwx

Chmod 360

The chmod 360 command sets the following permissions:

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

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

--wxrw----

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

d-wxrw----

Chmod 361

The chmod 361 command sets the following permissions:

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

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

--wxrw---x

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

d-wxrw---x

Chmod 362

The chmod 362 command sets the following permissions:

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

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

--wxrw--w-

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

d-wxrw--w-

Chmod 363

The chmod 363 command sets the following permissions:

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

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

--wxrw--wx

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

d-wxrw--wx

Chmod 364

The chmod 364 command sets the following permissions:

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

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

--wxrw-r--

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

d-wxrw-r--

Chmod 365

The chmod 365 command sets the following permissions:

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

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

--wxrw-r-x

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

d-wxrw-r-x

Chmod 366

The chmod 366 command sets the following permissions:

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

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

--wxrw-rw-

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

d-wxrw-rw-

Chmod 367

The chmod 367 command sets the following permissions:

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

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

--wxrw-rwx

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

d-wxrw-rwx

Chmod 370

The chmod 370 command sets the following permissions:

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

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

--wxrwx---

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

d-wxrwx---

Chmod 371

The chmod 371 command sets the following permissions:

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

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

--wxrwx--x

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

d-wxrwx--x

Chmod 372

The chmod 372 command sets the following permissions:

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

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

--wxrwx-w-

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

d-wxrwx-w-

Chmod 373

The chmod 373 command sets the following permissions:

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

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

--wxrwx-wx

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

d-wxrwx-wx

Chmod 374

The chmod 374 command sets the following permissions:

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

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

--wxrwxr--

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

d-wxrwxr--

Chmod 375

The chmod 375 command sets the following permissions:

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

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

--wxrwxr-x

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

d-wxrwxr-x

Chmod 376

The chmod 376 command sets the following permissions:

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

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

--wxrwxrw-

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

d-wxrwxrw-

Chmod 377

The chmod 377 command sets the following permissions:

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

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

--wxrwxrwx

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

d-wxrwxrwx

Leave a Comment