Ubuntu 12.04 锁定Guest账户

http://www.techlw.com/2012/05/disable-guest-account-in-ubuntu-1204.html

编辑 /etc/lightdm/lightdm.conf

添加 allow-guest=false

lightdm.conf 最后是这样的:

[SeatDefaults]
user-session=ubuntu
greeter-session=unity-greeter
allow-guest=false

重启 lightdm服务

sudo restart lightdm

你可能感兴趣的:(Ubuntu 12.04 锁定Guest账户)