You can create a user that has privileges like root, and it's home directory will fall under /home/username. Why does root get its own folder at the top level of the file system? Is this just convention, a security concern, or is there a performance-related reason?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
|||
|
One reason: On many systems, |
|||||||||||||||||
|
rootuser and "admin" users are not normally the same thing at all. An "admin" user (assuming this is what you mean by "privileges likeroot") is typically just a regular user that is permitted to execute commands asrootusing something likesudo. – Chris Kuehl Jun 14 '12 at 13:29/root, because that is where the filesystem standard says it should be. :p pathname.com/fhs/pub/fhs-2.3.html – Zoredache Jun 14 '12 at 22:51