I have a CentOS server and I want to know if it is possible to give to the ftp user permissions “over” the Apache user? Because if I create a folder with Apache (with 755 rights), I can’t remove it from ftp.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just add FTP user to the same group as your Apache user.
For example, if your Apache user in the
apachegroup (default in CentOS) run:sudo useradd -G apache ftp_username