Charles Blair wrote:
Search the archives for yesterday (and maybe the day before); this was just covered. You can also search the archives for a week or two ago. It was covered then also.I would like to login as "root". However, the X display I'm getting as default won't let me. It will let me become superuser later, but this seems to mess up some of my bash_profile settings. I hope there's a simple way to allow root logins.
Basically, logging in as root is strongly discouraged. There are better ways to accomplish what you want (su -m, or sudo), but if you insist, the answer's in the previous threads.
-- Kent