Monday, March 2, 2015

How To enable login Prompt in ubuntu 12.04

By default login prompt is disable in Ubuntu 12.04 if you want to enable it
run below command .


#/usr/lib/lightdm/lightdm-set-defauls -m true

 After running above command login prompt will enable .

No comments:

Post a Comment

Installing Jenkins on RHEL 8 is a straightforward process. Here's a step-by-step guide

Introduction  Jenkins is an open-source automation server widely used for continuous integration (CI) and continuous delivery (CD) pipelines...