On Sat, 2005-06-25 at 10:31 +0530, harshavardhanreddy mandeepala wrote: > hi > I am using Linux fedora core 3. > How can i autologin as a superuser (root). > i am able to autologin as a non-root user but not as a root. > i can hande the security issues if i can autologin as a root. > so if u know the solution mail me to hvreddy11110@xxxxxxxxx > > thanks in advance. > > Regards > M.Harshavardhan Reddy > Another option is to setup 'sudo' command to allow a particular user to do everything. Then you can use 'sudo xxx' to run 'xxx' as the superuser. It is a bit more secure than, login as root. Regards Neil.