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
General Discussions
Switcher Hangout (Windows to Mac)
The Administrator doesn't have enough privilage?
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: 44776"><p>Ok, here's the deal.</p><p></p><p>Admin users are exactly the same as normal users, except for one thing. They are "sudoers". i.e. You can execute sudo and then become root, or the "super user". Non admin users can't sudo and become root.</p><p></p><p>Without issueing sudo, admin users will have the same privilege as regular users. They won't be able to read files that they don't have permissions for.</p><p></p><p>Be VERY careful when you do sudo. There is a reason why admin users don't have super user power all the time. It's very dangerous. One typo and you can kiss your system good bye. "sudo bash" is especially a very bad advice. Don't do sudo bash unless you know exactly what you are doing.</p><p></p><p>What you want to do in this case is use the shared folder. You can use /users/shared or you can create another folder and give it 777 permission. (chmod 777 <folder name>).</p></blockquote><p></p>
[QUOTE="MoltenLava, post: 44776"] Ok, here's the deal. Admin users are exactly the same as normal users, except for one thing. They are "sudoers". i.e. You can execute sudo and then become root, or the "super user". Non admin users can't sudo and become root. Without issueing sudo, admin users will have the same privilege as regular users. They won't be able to read files that they don't have permissions for. Be VERY careful when you do sudo. There is a reason why admin users don't have super user power all the time. It's very dangerous. One typo and you can kiss your system good bye. "sudo bash" is especially a very bad advice. Don't do sudo bash unless you know exactly what you are doing. What you want to do in this case is use the shared folder. You can use /users/shared or you can create another folder and give it 777 permission. (chmod 777 <folder name>). [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
General Discussions
Switcher Hangout (Windows to Mac)
The Administrator doesn't have enough privilage?
Top