Monday, March 2, 2015

How to disable guest account in ubuntu 12.04

By default guest account is enable in Ubuntu 12.04 if you have need just disable
it by below step .


1 => Open /etc/lightdm/lightdm.conf file 
#vim /etc/lightdm/lightdm.conf

allow-guest=false #make this entry inside this file 

Save file and restart the system after rebooting guest account will disable .




###########################Good Lock #############################################

No comments:

Post a Comment

Linux server hardening | Secure Linux Servers

 Linux server hardening is the process of securing a Linux server by reducing its attack surface and mitigating security risks. The goal is ...