Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
can't SU or login as root
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="MoltenLava" data-source="post: 44808"><p>sudo is not new. sudo has been around with BSD for ten years or more.</p><p></p><p>sudo is preferrable to the root account for several reasons. In order to use root account, its password has to be known. If ten users on the system wants to be root, those ten people have to know the root password. It can easily get out of hand and get compromised.</p><p></p><p>sudo, on the other hand, is completely based on each user. You don't need to know anybody else's password. You use your password to gain root access. It's easy to give and take away root access to the users.</p><p></p><p>On a personal computer like Mac, it may not matter that much whether to use root account or sudo. sudo is still more convenient because you don't need to know extra password.</p></blockquote><p></p>
[QUOTE="MoltenLava, post: 44808"] sudo is not new. sudo has been around with BSD for ten years or more. sudo is preferrable to the root account for several reasons. In order to use root account, its password has to be known. If ten users on the system wants to be root, those ten people have to know the root password. It can easily get out of hand and get compromised. sudo, on the other hand, is completely based on each user. You don't need to know anybody else's password. You use your password to gain root access. It's easy to give and take away root access to the users. On a personal computer like Mac, it may not matter that much whether to use root account or sudo. sudo is still more convenient because you don't need to know extra password. [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
can't SU or login as root
Top