after installing XAMPP on linux i have seen the folder “htdocs” belongs to “nobody”.
Has this any intention? Do you think owning that folder is a good practice?
Regards
Javi
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.
For security reasons.
It also means that apache should be also running as “nobody” and have read access to htdocs.
Some Linux distributions use “nobody” for servers and daemons while others create a user for each service (e.g mysql user, apache user)