InterviewSolution
Saved Bookmarks
| 1. |
How To Enable Root Login In Ubuntu-12.04? |
|
Answer» Login as normal USER and enter below command in the TERMINAL # SUDO sh -c ‘ECHO “greeter-show-manual-login=true” >> /etc/lightdm/lightdm.conf’ Login as normal user and enter below command in the terminal # Sudo sh -c ‘echo “greeter-show-manual-login=true” >> /etc/lightdm/lightdm.conf’ |
|