博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu 禁用 guest 账户
阅读量:6481 次
发布时间:2019-06-23

本文共 1021 字,大约阅读时间需要 3 分钟。

第一步:

run the command(s) below:        (编辑如下文件)

sudo vi /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf

Add the following line, save and then close.     (在文件中加上下面这句)

allow-guest=false

Reboot, and you're set.

 

第二步:

Thanks to

Based on Gunnar Hjalmarsson comment "ubuntu-session was last updated in the middle of March. Try sudo apt-get install --reinstall ubuntu-session" when that is done, the Guest session returns.      (第一步不是狠完善,guest可以通过某些命令恢复)

After some research, this can be done a different way as well.       (除了第一步外,下面这步也操作下)

Open /etc/lightdm/lightdm.conf file from your terminal using the following command:     

sudo -H vi /etc/lightdm/lightdm.conf

If the file exists, then just add the following line:

allow-guest=false

Otherwise copy and paste the following into it:    (如果文件不存在,则新建并加上如下的行)

[SeatDefaults]user-session=ubuntugreeter-session=unity-greeterallow-guest=false

Save the file and exit the editor. Reboot your system, and the changes will remain even after an update to ubuntu-session as mentioned by Gunnar Hjalmarsson's comment.

 

转载地址:http://upfuo.baihongyu.com/

你可能感兴趣的文章
Pre-echo(预回声),瞬态信号检测与TNS
查看>>
【转载】如何发送和接收 Windows Phone 的 Raw 通知
查看>>
poj2378
查看>>
Java文件清单列表
查看>>
js url传值中文乱码之解决之道
查看>>
Trusty TEE
查看>>
[LeetCode] Reverse String 翻转字符串
查看>>
学习iOS【3】数组、词典和集合
查看>>
Hessian 原理分析--转
查看>>
转: 基于netty+ protobuf +spring + hibernate + jgroups开发的游戏服务端
查看>>
easyui传入map的数据前台展示出tree格式数据
查看>>
悲观的思考,乐观的生活.我们既需要思考的深度,也需要生活的温度!
查看>>
java.math.BigDecimal
查看>>
Vitamio中文API文档(4)—— VitamioInstaller
查看>>
yii框架常用url地址
查看>>
python3.4学习笔记(十六) windows下面安装easy_install和pip教程
查看>>
MyGUI 解析
查看>>
Linux中的ls命令详细使用
查看>>
graph-tool文档(一)- 快速开始使用Graph-tool - 2.属性映射、图的IO和Price网络
查看>>
GraphicsLab Project之辉光(Glare,Glow)效果 【转】
查看>>