• Welcome to DNForum.com - Domain Investor Forum, Free Domain Marketplace and a community for 45+ domain pros
    If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the oldest global domain name community on the internet and continues to grow every day. There are over 45,000 domainers on DNForum doing everything from buying domains, selling domains, using our free in-house built tools, learning about domains and discussing domains. Take a minute and Register.

Unix: Nobody - Root

Status
Not open for further replies.

fab

New Member
The Originals
Legacy Exclusive Member
Joined
Dec 11, 2004
Messages
3,554
Reaction score
2
What is the difference between file and group owners being nobody or root, apparently neither have other user accesses?
 
Root is the superuser account. Root has all privileges. Services like apache should not run as user root, that would be a security issue.
Nobody is a special user that can be used to run services. It is very common to run your apache webserver as user nobody (at least the child processes serving webpages). If the nobody account gets exposed, the security issues are less bad, because nobody has only limited privileges, at least that is how it should be.
 
Tis possible that files belonging to nobody may be set to not be readable by root, or folders that cannot be entered by root, but root would be able to change those permissions anyway.
 
Ok, thanks guys. I just don't know why my server automatically asigns some of my users (domain) files and folders to "nobody" making them impossible to change or edit through the regular user since they don't have permissions, except through loging in as root. I would assume it depends how and where they were added from, i.e., how I logged in.
 
Ok, thanks guys. I just don't know why my server automatically asigns some of my users (domain) files and folders to "nobody" making them impossible to change or edit through the regular user since they don't have permissions, except through loging in as root. I would assume it depends how and where they were added from, i.e., how I logged in.


If you're adding them through some kind of web interface, that could happen. Then they get the permissions of the web server.
 
Status
Not open for further replies.
Back
Top Bottom