Confused about httpd [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this questionI'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).
精彩评论