Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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'm using a different user name (other than root) and I seem to be limited in the things I can do. Is there a way I could give my user "Power User" type access? I know I can use "SU" but I rather have a different method.
I'm using a different user name (other than root) and I seem to be limited in the things I can do. Is there a way I could give my user "Power User" type access? I know I can use "SU" but I rather have a different method.
[info]
RedHat Enterprise 4.0 WS
Kernel 2.6.9
unix/linux was designed this way for security reasons. Using su is probably the best thing to do when you need to do sys admin as root. Sudo, as suggested above, is good if you want your user to run some commands as root.
What I'm trying to do is get it to where I create/delete files and folders in my partions. I always need to sign into root to do something like that. I can't even run certain screensavers because of the fact I'm not root. I don't mind using SU or being root to install a prog but I don't want to use SU or root whenever I want to see a screensaver.
Originally posted by CrimsonSparc What I'm trying to do is get it to where I create/delete files and folders in my partions. I always need to sign into root to do something like that. I can't even run certain screensavers because of the fact I'm not root. I don't mind using SU or being root to install a prog but I don't want to use SU or root whenever I want to see a screensaver.
I am sure if you put yourself in the video group you will be able to run all screensavers. As for creating and deleting files, you can give yourself permissions to do that using "chmod" as mentioned above. If you are just creating one or two directories/files, then I don't see a problem with using root.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.