• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can I give root access to user?

lebe0024

Golden Member
I have mandrake 9.0, and I only have one user besides the root. It's annoying though to install anything because it wont let me create directories or anything like that. Is there an easy way to give my user admin acces?
 
You probably don't want to give them root access because then it defeats the purpose of not logging in as root 🙂

Just get into a console and type 'su' to become root and install the packages and when you are finished, type 'exit' to return back to your regular user status.

Also, I'm not sure how Mandrake handles this but you can have a group called 'wheel' that gives a user many of the same privileges as root (it can't do rm -rf / , but hey 😉 ) without having to login as root to do certain things.

-silver
 
Setup sudo. It will temporarily give you root privs for some thing (whatever you configure it to give you those rights for). But do not change your uid to 0. That will cause problems and create an immense security hazard. If your normal user cannot create directories and whatnot in a particular location that may be a clue that you are doing something you shouldnt. Try ~/, since that is where most of your stuff should go anyhow.
 
Just make sure you learn the CLI. Don't stick in the GUI the entire time. Sure its nice, but the CLI is where the real power of linux comes in.
 
Back
Top