Linux - SecurityThis forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
In my system I have installed Fedora12. And there is a user called "user1". Now I want to provide this user the full permission as root.
How can I do that?
I tried but it didn't work.
And another thing is that is there any possibility to boot with root user instead of normal user?
At the time of login, we should login from normal user. We can't login from root user.
After we login to normal user then only we can login to root user through the terminal inside gnome desktop.
So I want to login from root user first.
Is this possible?
Although you can configure your system to allow root to login it's not adviced. Better practice is to add your primary user to the su list so that you can use:
Code:
sudo command
This is a lot safer so that you will not break your system. To add a user to the sudoers list, you can use visudo if installed.
Well, there are some advantages to setting yourself up as an all-powerful root user: if you come from using Windows at home, you'll feel right at home. Maybe a virus will drop by and catch you with your pants down and then you'll really feel right at home!
Operating system security is bad. Bad, bad, bad. Bad dog. No biscuit. Every piece of software anywhere on the planet should have the unfettered right to screw-up your system. Yes, yes, this is The Way.
The best solution that I can think of for you is to add the user to the sudoers file and allow user1 to issue all commands without entering a password. You'll have to type sudo for before every command. I'd also advise against doing that, but at least it's a solution for you.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.