chmod 777chmod 777 foldername will give read, write, and execute permissions for everyone. chmod 700 foldername will give read, write, and execute777 means the file directory is granted read, write and execute permissions for all three user classes, including the owner, group members, and others.