Linux chmod Permissions & Security Matrix
Reference table for Linux & Unix file permissions. Understand octal (755, 644, 600, 777) vs symbolic (rwxr-xr-x) notation, learn what is safe for web servers, and copy quick commands.
Live Interactive Permission Matrix
Linux chmod Calculator & Generator
Octal Value
755
Symbolic
rwxr-xr-x
Quick Presets:
Owner (User)
The file creator
Group
Team or service account
Public (Others)
All other system users
Security Assessment
Status: Elevated
Target:
chmod 755 deploy.shchmod -R 755 /var/www/deploy.shShowing 62 of 62 PermissionsClick any permission for recursive commands and deep security breakdown
chmod 755Standard
rwxr-xr-x
Owner has full control (rwx). Group and Everyone else can read and execute (r-x), but cannot modify.
Command:
chmod 755 target_file
chmod 644Standard
rw-r--r--
Owner can read and write (rw-). Group and Everyone else can only read (r--).
Command:
chmod 644 target_file
Command:
chmod 777 target_file
Command:
chmod 700 target_file
Command:
chmod 600 target_file
Command:
chmod 400 target_file
chmod 775Elevated
rwxrwxr-x
Owner and Group have full control (rwx). Others can read and execute (r-x).
Command:
chmod 775 target_file
Command:
chmod 664 target_file
chmod 750Safe
rwxr-x---
Owner has full control (rwx). Group can read and execute (r-x). Others have ZERO access (---).
Command:
chmod 750 target_file
chmod 660Elevated
rw-rw----
Owner and Group can read and write (rw-). Others have ZERO permissions (---).
Command:
chmod 660 target_file
chmod 711Elevated
rwx--x--x
Owner has full control (rwx). Group and Others can only traverse/execute (x).
Command:
chmod 711 target_file
Command:
chmod 444 target_file
Command:
chmod 555 target_file
Command:
chmod 666 target_file
Command:
chmod 000 target_file
Command:
chmod 770 target_file
Command:
chmod 500 target_file
Command:
chmod 550 target_file
Command:
chmod 640 target_file
Command:
chmod 744 target_file
Command:
chmod 710 target_file
Command:
chmod 705 target_file
Command:
chmod 715 target_file
Command:
chmod 740 target_file
Command:
chmod 440 target_file
Command:
chmod 404 target_file
Command:
chmod 450 target_file
Command:
chmod 455 target_file
Command:
chmod 470 target_file
Command:
chmod 475 target_file
Command:
chmod 477 target_file
Command:
chmod 505 target_file
Command:
chmod 510 target_file
Command:
chmod 511 target_file
Command:
chmod 554 target_file
Command:
chmod 575 target_file
Command:
chmod 604 target_file
Command:
chmod 645 target_file
Command:
chmod 654 target_file
Command:
chmod 655 target_file
Command:
chmod 670 target_file
Command:
chmod 674 target_file
Command:
chmod 675 target_file
Command:
chmod 677 target_file
Command:
chmod 701 target_file
Command:
chmod 704 target_file
Command:
chmod 714 target_file
Command:
chmod 720 target_file
Command:
chmod 745 target_file
Command:
chmod 751 target_file
Command:
chmod 752 target_file
Command:
chmod 754 target_file
Command:
chmod 760 target_file
Command:
chmod 764 target_file
Command:
chmod 765 target_file
Command:
chmod 766 target_file
Command:
chmod 771 target_file
Command:
chmod 772 target_file
Command:
chmod 773 target_file
Command:
chmod 774 target_file
Command:
chmod 776 target_file
Command:
chmod 300 target_file