开发者

Confused about httpd [closed]

开发者 https://www.devze.com 2023-03-01 12:19 出处:网络
Closed. This question is off-topic. It is not currently accepting answ开发者_JS百科ers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answ开发者_JS百科ers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question

I've lammp (xampp for linux) installed on my machine. I used "ps aux | grep httpd" to get what my apache act as...?

And I get "nobody" on there... What actually nobody means?

And, how can I change the owner of folder and it's all subs...? Thank's before... :)


nobody is just as it sounds; a user with minimal permissions.

chown can be used to change ownership of a filesystem object. Passing -R will make it recursive (use with caution).

0

精彩评论

暂无评论...
验证码 换一张
取 消