photoworks
Oct 27 2006, 04:05 PM
hello, i can only log as a simple user on my linux mandriva 2007. every time i try to log in as root, it says root login is not allowed.
any tips on what i can do.
[moved from Installing Mandriva by spinynorman]
tyme
Oct 27 2006, 04:48 PM
Using the search feature and searching for "login as root" revealed an entire thread dedicated to this issue:
here.
Remember: search first, ask later
Crashdamage
Oct 28 2006, 07:25 AM
You might also read this:
http://forum.club.mandriva.com/viewtopic.p...8a3d34cb301b059Google no doubt will also pull up hundreds of posts giving reasons not to do root logins. Never log in as root. Risky and totally uneccessary. Learn to use Linux correctly and you won't be sorry.
ianw1974
Oct 29 2006, 07:29 PM
I second it, I wrote a newbie post on logging in as root, on here - quite a funny read but hopefully easy to understand why not to do it

Just use "su" when you need root privileges.
Ronin
Oct 31 2006, 01:20 PM
Nor should you be able to.
Log on as your normal user, open a term, type su, then root password. Anything you do from that terminal is now done as root. And no you don't have to do it all on a cmd line, if you start an X application from that window it will be run as root.
scarecrow
Oct 31 2006, 03:05 PM
You can even run any graphical application (lets say "foo") as root anytime:
CODE
kdesu foo
Most of the times this is not necessary though, and an odd decision, security-wise.