mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
File permission when moving directories. #282
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @paulobeneton on 1/26/2024
CloudPanel version(s) affected
2.3.2
Description
Hello Cloudpanel team.
I've been working with WordPress for a long time.
We know the folder permissions, for folders it is 775 and files 644.
Today I went to install PERFEX CRM.
I uploaded the zip package.
After I unzipped the package, the permissions were 755.
When I moved the files to the root of the directory, they changed the permission to 770.
Is this the default cloudpanel configuration?
Second question:
It does not allow changing the permission of multiple files simultaneously.
It needs to be individual.
How to reproduce
To reproduce what happened.
Upload a zip file.
Unzip the zip file. You will see that the files will have permission 755.
Then move the files and folders to another directory and you will see that it will have permission 770.
Possible Solution
I don't know if this is a panel configuration or if it's a bug.
But I realized that there are certain types of applications that if you have a 770 it doesn't work.
That's what happened with PERFEX CRM.
Additional Context
No response