Top "Chmod" questions

chmod is a linux/unix command.

chmod WSL (Bash) doesn't work

Running bash on windows 10, the simple syntax below works when I SSH to my webserver, but not when I exit …

bash windows-10 chmod windows-subsystem-for-linux
FTP Rights 755 vs 777

I know that 777 gives more write - rights, but can people who visit your site change your file when is …

chmod filezilla
chmod: How to recursively add execute permissions only to files which already have execute permission

I noticed: chmod -R a+x adds execute permissions to all files, not just those who are currently executable. Is …

linux unix shell chmod
Recursively chmod/chown/chgrp all files and folder within a directory

I am working on a site which builds other sites. Some if it I use copy() to create the files …

php recursion cron file-permissions chmod
The uploaded file could not be moved to wp-content/uploads

I am trying to upload pictures in WordPress but I get this error: The uploaded file could not be moved …

wordpress macos unix chmod
MySQL LOAD_FILE returns NULL

I want to get SQL LOAD_FILE function to work and have read every single question/answer + documentation about this, …

mysql sql chmod chown mysql-loadfile
php chmod() not changing permissions

I am having problems with a picture uploading script. I know there are hundreds of the same questions, but I …

php permissions file-permissions chmod writable
UNIX How to copy entire directory (subdirectories and files) from one location to another and retain permissions

I just copied an entire directory structure from one location on my server to another: cp -r /home/abc/public_…

chmod cp chown chgrp
Laravel 5.2 could not open laravel.log

I know there are a lot of questions on this topic but my issues is really weird that's why I …

php laravel laravel-5 chmod
In a PHP / Apache / Linux context, why exactly is chmod 777 dangerous?

Inspired by the discussion in this question, a maybe stupid question. We have all been taught that leaving directories or …

php linux security apache chmod