So 654 would mean read and write for owner, read and execute for group and only read for everyone else .
Read moreWhat is 775 chmod?
The chmod 775 is an essential command that assigns read, write, and execute permission to a specific user, group, or others .
Read moreWhat is meant by chmod 755?
755 means read and execute access for everyone and also write access for the owner of the file . When you perform chmod 755 filename command you allow everyone to read and execute the file, the owner is allowed to write to the file as well.
Read moreHow do I see directory permissions in Linux?
Viewing the Permissions You can view the permissions by checking the file or directory permissions in your favorite GUI File Manager (which I will not cover here) or by reviewing the output of the “ls -l” command while in the terminal and while working in the directory which contains the file or folder.
Read more