March
8
Linux: Remove the guest account in Ubuntu 16.04
The following command removes the guest account login option in Ubuntu 16.04
sudo sh -c ‘printf “[SeatDefaults]\nallow-guest=false\n” > /etc/lightdm/lightdm.conf.d/50-no-guest.conf’