Linux Chmod Command Cheatsheet

Table of Contents

Chmod 600

The chmod 600 command sets the following permissions:

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

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

-rw-------

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

drw-------

Chmod 601

The chmod 601 command sets the following permissions:

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

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

-rw------x

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

drw------x

Chmod 602

The chmod 602 command sets the following permissions:

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

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

-rw-----w-

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

drw-----w-

Chmod 603

The chmod 603 command sets the following permissions:

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

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

-rw-----wx

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

drw-----wx

Chmod 604

The chmod 604 command sets the following permissions:

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

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

-rw----r--

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

drw----r--

Chmod 605

The chmod 605 command sets the following permissions:

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

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

-rw----r-x

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

drw----r-x

Chmod 606

The chmod 606 command sets the following permissions:

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

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

-rw----rw-

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

drw----rw-

Chmod 607

The chmod 607 command sets the following permissions:

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

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

-rw----rwx

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

drw----rwx

Chmod 610

The chmod 610 command sets the following permissions:

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

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

-rw---x---

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

drw---x---

Chmod 611

The chmod 611 command sets the following permissions:

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

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

-rw---x--x

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

drw---x--x

Chmod 612

The chmod 612 command sets the following permissions:

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

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

-rw---x-w-

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

drw---x-w-

Chmod 613

The chmod 613 command sets the following permissions:

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

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

-rw---x-wx

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

drw---x-wx

Chmod 614

The chmod 614 command sets the following permissions:

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

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

-rw---xr--

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

drw---xr--

Chmod 615

The chmod 615 command sets the following permissions:

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

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

-rw---xr-x

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

drw---xr-x

Chmod 616

The chmod 616 command sets the following permissions:

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

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

-rw---xrw-

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

drw---xrw-

Chmod 617

The chmod 617 command sets the following permissions:

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

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

-rw---xrwx

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

drw---xrwx

Chmod 620

The chmod 620 command sets the following permissions:

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

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

-rw--w----

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

drw--w----

Chmod 621

The chmod 621 command sets the following permissions:

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

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

-rw--w---x

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

drw--w---x

Chmod 622

The chmod 622 command sets the following permissions:

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

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

-rw--w--w-

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

drw--w--w-

Chmod 623

The chmod 623 command sets the following permissions:

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

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

-rw--w--wx

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

drw--w--wx

Chmod 624

The chmod 624 command sets the following permissions:

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

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

-rw--w-r--

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

drw--w-r--

Chmod 625

The chmod 625 command sets the following permissions:

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

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

-rw--w-r-x

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

drw--w-r-x

Chmod 626

The chmod 626 command sets the following permissions:

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

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

-rw--w-rw-

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

drw--w-rw-

Chmod 627

The chmod 627 command sets the following permissions:

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

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

-rw--w-rwx

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

drw--w-rwx

Chmod 630

The chmod 630 command sets the following permissions:

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

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

-rw--wx---

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

drw--wx---

Chmod 631

The chmod 631 command sets the following permissions:

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

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

-rw--wx--x

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

drw--wx--x

Chmod 632

The chmod 632 command sets the following permissions:

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

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

-rw--wx-w-

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

drw--wx-w-

Chmod 633

The chmod 633 command sets the following permissions:

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

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

-rw--wx-wx

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

drw--wx-wx

Chmod 634

The chmod 634 command sets the following permissions:

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

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

-rw--wxr--

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

drw--wxr--

Chmod 635

The chmod 635 command sets the following permissions:

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

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

-rw--wxr-x

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

drw--wxr-x

Chmod 636

The chmod 636 command sets the following permissions:

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

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

-rw--wxrw-

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

drw--wxrw-

Chmod 637

The chmod 637 command sets the following permissions:

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

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

-rw--wxrwx

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

drw--wxrwx

Chmod 640

The chmod 640 command sets the following permissions:

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

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

-rw-r-----

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

drw-r-----

Chmod 641

The chmod 641 command sets the following permissions:

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

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

-rw-r----x

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

drw-r----x

Chmod 642

The chmod 642 command sets the following permissions:

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

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

-rw-r---w-

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

drw-r---w-

Chmod 643

The chmod 643 command sets the following permissions:

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

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

-rw-r---wx

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

drw-r---wx

Chmod 644

The chmod 644 command sets the following permissions:

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

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

-rw-r--r--

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

drw-r--r--

Chmod 645

The chmod 645 command sets the following permissions:

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

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

-rw-r--r-x

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

drw-r--r-x

Chmod 646

The chmod 646 command sets the following permissions:

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

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

-rw-r--rw-

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

drw-r--rw-

Chmod 647

The chmod 647 command sets the following permissions:

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

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

-rw-r--rwx

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

drw-r--rwx

Chmod 650

The chmod 650 command sets the following permissions:

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

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

-rw-r-x---

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

drw-r-x---

Chmod 651

The chmod 651 command sets the following permissions:

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

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

-rw-r-x--x

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

drw-r-x--x

Chmod 652

The chmod 652 command sets the following permissions:

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

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

-rw-r-x-w-

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

drw-r-x-w-

Chmod 653

The chmod 653 command sets the following permissions:

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

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

-rw-r-x-wx

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

drw-r-x-wx

Chmod 654

The chmod 654 command sets the following permissions:

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

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

-rw-r-xr--

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

drw-r-xr--

Chmod 655

The chmod 655 command sets the following permissions:

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

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

-rw-r-xr-x

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

drw-r-xr-x

Chmod 656

The chmod 656 command sets the following permissions:

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

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

-rw-r-xrw-

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

drw-r-xrw-

Chmod 657

The chmod 657 command sets the following permissions:

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

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

-rw-r-xrwx

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

drw-r-xrwx

Chmod 660

The chmod 660 command sets the following permissions:

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

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

-rw-rw----

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

drw-rw----

Chmod 661

The chmod 661 command sets the following permissions:

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

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

-rw-rw---x

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

drw-rw---x

Chmod 662

The chmod 662 command sets the following permissions:

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

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

-rw-rw--w-

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

drw-rw--w-

Chmod 663

The chmod 663 command sets the following permissions:

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

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

-rw-rw--wx

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

drw-rw--wx

Chmod 664

The chmod 664 command sets the following permissions:

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

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

-rw-rw-r--

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

drw-rw-r--

Chmod 665

The chmod 665 command sets the following permissions:

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

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

-rw-rw-r-x

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

drw-rw-r-x

Chmod 666

The chmod 666 command sets the following permissions:

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

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

-rw-rw-rw-

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

drw-rw-rw-

Chmod 667

The chmod 667 command sets the following permissions:

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

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

-rw-rw-rwx

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

drw-rw-rwx

Chmod 670

The chmod 670 command sets the following permissions:

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

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

-rw-rwx---

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

drw-rwx---

Chmod 671

The chmod 671 command sets the following permissions:

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

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

-rw-rwx--x

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

drw-rwx--x

Chmod 672

The chmod 672 command sets the following permissions:

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

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

-rw-rwx-w-

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

drw-rwx-w-

Chmod 673

The chmod 673 command sets the following permissions:

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

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

-rw-rwx-wx

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

drw-rwx-wx

Chmod 674

The chmod 674 command sets the following permissions:

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

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

-rw-rwxr--

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

drw-rwxr--

Chmod 675

The chmod 675 command sets the following permissions:

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

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

-rw-rwxr-x

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

drw-rwxr-x

Chmod 676

The chmod 676 command sets the following permissions:

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

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

-rw-rwxrw-

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

drw-rwxrw-

Chmod 677

The chmod 677 command sets the following permissions:

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

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

-rw-rwxrwx

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

drw-rwxrwx

Leave a Comment