Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I would recommend not adding a user with root privileges, you might want to consider setting up sudo.
And its not r00t but root, with two o's no Zero's.
Also to add, your question seems a bit suspicious, would it be so hard to just su as well when needing root privileges. Why would you need a user to have root rights ?
so i can install stuff.... its so hard not being able to install stuff from the gui... i want to setup a user with the gui and have r00t rights. when i log in as root, all i get is bash# in command line and i cant run gui programs.
Well what are you trying to install ? Its not a very good idea to run as root all the time, it only takes one mistake to wipe out your whole system.
But you should be able to startx as root if that's what your looking for to install apps, then set the permissions right so other regular users can install them.
i dont know what you mean by that? i at least need wrx access to all folders, becuase maby thats my problem. it wont let me create any thing out my /home dir.
Well by default a regular user won't have the ability to create dir's outside of their home directory. If you want them to have particular read, write access.. just chmod the directory in question.
Those are to setup group ownership and ownership. Also creating a group with read/write access to a directory and only adding one particular user would prevent others that aren't associated with that group no read or write access.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.