• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Disable Guest Account In Ubuntu 16.10

How To Disable Guest Account In Ubuntu 16.10

By Sourabh / November 10, 2016 Category: How To, Ubuntu

How to disable Ubuntu’s guest session account – remove guest account in Ubuntu 16.10 login. Learn how to disable guest account in Ubuntu 16.10 Systems.

Disabling Guest Session

Method 1

Ubuntu users can restrict guest access. They can disable the Guest Session feature on Ubuntu System. To do so, open Terminal {press Ctrl+Alt+T} and run the following command:

sudo sh -c 'printf "[Seat:*]\nallow-guest=false\n" >/etc/lightdm/lightdm.conf.d/50-no-guest.conf'

When you execute the above command it creates a configuration file. To apply the changes, restart the system.

Method 2

Ubuntu users can create the configuration file manually and paste the code to restrict guest access.

sudo apt install gksu
gksudo gedit /etc/lightdm/lightdm.conf.d/50-no-guest.conf

When the file opens {blank}, paste the code given below and save the file and exit.

[SeatDefaults] allow-guest=false

Re-Enabling Guest Session

Ubuntu users can re-enable Guest Session on Ubuntu Systems by removing that configuration file. To do so, run the command:

sudo rm /etc/lightdm/lightdm.conf.d/50-no-guest.conf

Tags: Disable Guest Account in Ubuntu 16.10 Login, Disable Guest Account Login in Ubuntu 16.10, Disable Guest Account Ubuntu 16.10, Disable Guest Login Ubuntu 16.10, Disable Guest Session Ubuntu 16.10, Disable Guest Ubuntu 16.04, Disable Guest Ubuntu 16.10, Guest Account Login in Ubuntu 16.10, How To Disable Guest Account In Ubuntu 12.04 Lts, Re Enable Guest Account Ubuntu 16.10, Remove Guest Account in Ubuntu 16.10 Login, Remove Guest Account Login in Ubuntu 16.10, Remove Guest Account Ubuntu 16.10, Ubuntu 15.04 Disable Guest, Ubuntu 15.10 Disable Guest, Ubuntu 16.04 Disable Guest, Ubuntu 16.04 Disable Guest Session, Ubuntu 16.04 Guest Account, Ubuntu 16.10 Disable Guest, Ubuntu 16.10 Disable Guest Account, Ubuntu 16.10 Disable Guest Login, Ubuntu 16.10 Disable Guest Session, Ubuntu 16.10 Re Enable Guest Account, Ubuntu 16.10 Remove Guest Account, Ubuntu Guest Account Password, Ubuntu Guest Account Settings, Xubuntu Disable Guest

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap