chmod routine - PHP - Tek-Tips
chmod 666 chmod 666 php … find design -type f -print0 xargs -0 chmod 666 find images -type f -print0 xargs -0 chmod 666 find var By running “chmod 666” on a directory, she made it unexecutable What she should have done is “chmod a+rw *”, which would have added readwrite permissions
Answer to Solved Explain the followinga) chmod 666 hclxb) chmod 644 The installation instructions for some PHP software will instruct you to use the command chmod 777 or chmod 666 to set the correct permissions In most cases
You will need to set the permissions on certain files and directories to allow PHP to write to and execute from them These files need a chmod of 666 2) chmod 666 file: This command sets the file permissions to read and write for the owner, group, and others No execute permission is granted