Tagged Questions
0
votes
3answers
109 views
Permission denied with chmod 750 even if a user is just added to a group
I have a weird bug, I have:
a user A
a group B
another group C
I create a folder and then chown it A:B and chmod it 750.
After usermod -aG A C, C should have the right to go to the newly created ...
0
votes
2answers
110 views
CentOs, Folder Permissions
I would like to give an FTP user permission to write in a folder but should not be able to alter other files in the folder or sub folder in the main folder.
I have a root account, we are using the ...
3
votes
3answers
97 views
Basic clarification about Limited FTP/sFTP users
I would like to get some clarification about the correct way to create limited users to access to my VPS user as WEBSERVER with Nginix.
I'm used to NOT install FTP and access via SFTP only. It is ok ...