Linux Chmod Command Cheatsheet

Table of Contents

Chmod 400

The chmod 400 command sets the following permissions:

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

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

-r--------

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

dr--------

Chmod 401

The chmod 401 command sets the following permissions:

  • User owner: read (4)
  • Group owner: no access (0)
  • Others: execute (1)

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

-r-------x

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

dr-------x

Chmod 402

The chmod 402 command sets the following permissions:

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

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

-r------w-

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

dr------w-

Chmod 403

The chmod 403 command sets the following permissions:

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

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

-r------wx

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

dr------wx

Chmod 404

The chmod 404 command sets the following permissions:

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

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

-r-----r--

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

dr-----r--

Chmod 405

The chmod 405 command sets the following permissions:

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

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

-r-----r-x

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

dr-----r-x

Chmod 406

The chmod 406 command sets the following permissions:

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

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

-r-----rw-

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

dr-----rw-

Chmod 407

The chmod 407 command sets the following permissions:

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

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

-r-----rwx

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

dr-----rwx

Chmod 410

The chmod 410 command sets the following permissions:

  • User owner: read (4)
  • Group owner: execute (1)
  • Others: no access (0)

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

-r----x---

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

dr----x---

Chmod 411

The chmod 411 command sets the following permissions:

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

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

-r----x--x

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

dr----x--x

Chmod 412

The chmod 412 command sets the following permissions:

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

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

-r----x-w-

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

dr----x-w-

Chmod 413

The chmod 413 command sets the following permissions:

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

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

-r----x-wx

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

dr----x-wx

Chmod 414

The chmod 414 command sets the following permissions:

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

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

-r----xr--

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

dr----xr--

Chmod 415

The chmod 415 command sets the following permissions:

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

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

-r----xr-x

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

dr----xr-x

Chmod 416

The chmod 416 command sets the following permissions:

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

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

-r----xrw-

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

dr----xrw-

Chmod 417

The chmod 417 command sets the following permissions:

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

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

-r----xrwx

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

dr----xrwx

Chmod 420

The chmod 420 command sets the following permissions:

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

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

-r---w----

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

dr---w----

Chmod 421

The chmod 421 command sets the following permissions:

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

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

-r---w---x

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

dr---w---x

Chmod 422

The chmod 422 command sets the following permissions:

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

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

-r---w--w-

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

dr---w--w-

Chmod 423

The chmod 423 command sets the following permissions:

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

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

-r---w--wx

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

dr---w--wx

Chmod 424

The chmod 424 command sets the following permissions:

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

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

-r---w-r--

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

dr---w-r--

Chmod 425

The chmod 425 command sets the following permissions:

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

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

-r---w-r-x

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

dr---w-r-x

Chmod 426

The chmod 426 command sets the following permissions:

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

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

-r---w-rw-

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

dr---w-rw-

Chmod 427

The chmod 427 command sets the following permissions:

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

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

-r---w-rwx

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

dr---w-rwx

Chmod 430

The chmod 430 command sets the following permissions:

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

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

-r---wx---

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

dr---wx---

Chmod 431

The chmod 431 command sets the following permissions:

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

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

-r---wx--x

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

dr---wx--x

Chmod 432

The chmod 432 command sets the following permissions:

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

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

-r---wx-w-

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

dr---wx-w-

Chmod 433

The chmod 433 command sets the following permissions:

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

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

-r---wx-wx

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

dr---wx-wx

Chmod 434

The chmod 434 command sets the following permissions:

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

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

-r---wxr--

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

dr---wxr--

Chmod 435

The chmod 435 command sets the following permissions:

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

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

-r---wxr-x

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

dr---wxr-x

Chmod 436

The chmod 436 command sets the following permissions:

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

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

-r---wxrw-

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

dr---wxrw-

Chmod 437

The chmod 437 command sets the following permissions:

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

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

-r---wxrwx

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

dr---wxrwx

Chmod 440

The chmod 440 command sets the following permissions:

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

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

-r--r-----

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

dr--r-----

Chmod 441

The chmod 441 command sets the following permissions:

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

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

-r--r----x

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

dr--r----x

Chmod 442

The chmod 442 command sets the following permissions:

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

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

-r--r---w-

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

dr--r---w-

Chmod 443

The chmod 443 command sets the following permissions:

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

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

-r--r---wx

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

dr--r---wx

Chmod 444

The chmod 444 command sets the following permissions:

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

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

-r--r--r--

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

dr--r--r--

Chmod 445

The chmod 445 command sets the following permissions:

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

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

-r--r--r-x

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

dr--r--r-x

Chmod 446

The chmod 446 command sets the following permissions:

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

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

-r--r--rw-

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

dr--r--rw-

Chmod 447

The chmod 447 command sets the following permissions:

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

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

-r--r--rwx

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

dr--r--rwx

Chmod 450

The chmod 450 command sets the following permissions:

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

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

-r--r-x---

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

dr--r-x---

Chmod 451

The chmod 451 command sets the following permissions:

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

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

-r--r-x--x

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

dr--r-x--x

Chmod 452

The chmod 452 command sets the following permissions:

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

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

-r--r-x-w-

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

dr--r-x-w-

Chmod 453

The chmod 453 command sets the following permissions:

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

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

-r--r-x-wx

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

dr--r-x-wx

Chmod 454

The chmod 454 command sets the following permissions:

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

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

-r--r-xr--

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

dr--r-xr--

Chmod 455

The chmod 455 command sets the following permissions:

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

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

-r--r-xr-x

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

dr--r-xr-x

Chmod 456

The chmod 456 command sets the following permissions:

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

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

-r--r-xrw-

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

dr--r-xrw-

Chmod 457

The chmod 457 command sets the following permissions:

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

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

-r--r-xrwx

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

dr--r-xrwx

Chmod 460

The chmod 460 command sets the following permissions:

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

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

-r--rw----

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

dr--rw----

Chmod 461

The chmod 461 command sets the following permissions:

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

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

-r--rw---x

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

dr--rw---x

Chmod 462

The chmod 462 command sets the following permissions:

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

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

-r--rw--w-

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

dr--rw--w-

Chmod 463

The chmod 463 command sets the following permissions:

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

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

-r--rw--wx

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

dr--rw--wx

Chmod 464

The chmod 464 command sets the following permissions:

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

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

-r--rw-r--

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

dr--rw-r--

Chmod 465

The chmod 465 command sets the following permissions:

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

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

-r--rw-r-x

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

dr--rw-r-x

Chmod 466

The chmod 466 command sets the following permissions:

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

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

-r--rw-rw-

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

dr--rw-rw-

Chmod 467

The chmod 467 command sets the following permissions:

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

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

-r--rw-rwx

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

dr--rw-rwx

Chmod 470

The chmod 470 command sets the following permissions:

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

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

-r--rwx---

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

dr--rwx---

Chmod 471

The chmod 471 command sets the following permissions:

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

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

-r--rwx--x

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

dr--rwx--x

Chmod 472

The chmod 472 command sets the following permissions:

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

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

-r--rwx-w-

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

dr--rwx-w-

Chmod 473

The chmod 473 command sets the following permissions:

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

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

-r--rwx-wx

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

dr--rwx-wx

Chmod 474

The chmod 474 command sets the following permissions:

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

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

-r--rwxr--

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

dr--rwxr--

Chmod 475

The chmod 475 command sets the following permissions:

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

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

-r--rwxr-x

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

dr--rwxr-x

Chmod 476

The chmod 476 command sets the following permissions:

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

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

-r--rwxrw-

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

dr--rwxrw-

Chmod 477

The chmod 477 command sets the following permissions:

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

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

-r--rwxrwx

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

dr--rwxrwx

Leave a Comment