MyBB Community Forums

Full Version: CHMOD 755 or 777
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
what is diference between 755/777

[Image: rbmsnd.png]
777 is commonly called "world writable" which means that anyone with server access can alter the file or folder. You should avoid using 777 unless it's required by the script.
in general, folders are set with CHMOD 0755 (./cache, ./cache/themes, ./uploads, ./uploads/avatars folders should be 0777)