I will soon be uploading Dolphin to the VPS. I will need to set the file permissions for the FTP transfer of the Dolphin files. What should the permissions of the files and folders be set to?
I will soon be uploading Dolphin to the VPS. I will need to set the file permissions for the FTP transfer of the Dolphin files. What should the permissions of the files and folders be set to? Geeks, making the world a better place |
default directory permissions 775 and default file permissions 664? Geeks, making the world a better place |
Depends on how the server is setup. That is normal for most situations, and FTP should handle that automatically and it is a normal OS default. https://www.deanbassett.com |
Thanks. I am having to configure vsftpd FTP Server as this was not set in the config file; learning something new. Geeks, making the world a better place |
Oops! I did it wrong: Note: all the other files in the Dolphin installation folder should have 644 permissions, and subfolders should have 755 permissions. I set them to 775. Geeks, making the world a better place |
Oops! I did it wrong: Note: all the other files in the Dolphin installation folder should have 644 permissions, and subfolders should have 755 permissions. I set them to 775. yes but you can ssh in right? if so look at the link Deano posted and apply the correct chmods of all the folders. ManOfTeal.COM a Proud UNA site, six years running strong! |
Change all files back to 644, then run the chmods in the install section. ManOfTeal.COM a Proud UNA site, six years running strong! |
I adjusted the ftp server and reupped them. Just ran the script and I got all errors for the permissions with them set to 755. So that means that php is running as an Apache module and I have to follow the part about "If PHP is running as an Apache module on Unix systems" ? Geeks, making the world a better place |
OK, did a php info and yes, PHP is running as an Apache module; so will enter a terminal and fix the permission errors. Thanks for the help guys. Geeks, making the world a better place |
are you uploading files in a different user's account as logged in root? so much to do.... |
Yes, not logged in as root; used sudo chmod and got the permissions correct. Had to install imagemagick; but first had to install a c++ complier. Seems one thing after another but I will get there. Geeks, making the world a better place |