Posts Tagged ‘fedora root access’

Root login on Fedora 13

Procedure to enable root login on Fedora 13 is same as previous version. You need to modify content of following files /etc/pam.d/gdm /etc/pam.d/gdm-password You’ll find pam_succeed_if.so user != root quiet in above files, replace root with anything e.g test I replaced root with test & was able to login to system using root. OR Comment [...]

11 Best Articles for you -LinuxReaders.

Here I am sharing 10 best articles on LinuxReaders.com during year 2009. These are not just popular viewed articles but are the best of my selection. These are useful for any linux admin to ease routine tasks. 1) Change Ubuntu 9.10 Resolution By default Ubuntu 9.10 supports 1024×768 resolution, which is not enough for me. [...]

Root login on Fedora 12

Root Login on Fedora is not as easy as Ubuntu Root Login, here you need to modify two files to get root access. You need to modify content of following files /etc/pam.d/gdm /etc/pam.d/gdm-password You’ll find pam_succeed_if.so user != root quiet in above files, replace root with anything e.g test I replaced root with test & [...]