Ubuntu desktop root用戶登陸設置

Ubuntu 12.04 root用戶登陸設置 shell


Ubuntu 12.04默認是不容許root登陸的,在登陸窗口只能看到普通用戶和訪客登陸。以普通身份登錄Ubuntu後咱們須要作一些修改,普通用戶登陸後,修改系統配置文件須要切換到超級用戶模式,在終端窗口裏面輸入: sudo  -s.而後輸入普通用戶登錄的密碼,回車便可進入 root用戶權限模式。 ubuntu


而後執行: vi /etc/lightdm/lightdm.conf

增長 greeter-show-manual-login=true  allow-guest=false  . 修改完的整個配置文件是

[SeatDefaults]
greeter-session=unity-greeter
user-session=Ubuntu
greeter-show-manual-login=true #手工輸入登錄系統的用戶名和密碼
allow-guest=false   #不容許guest登陸

而後咱們啓動root賬號:
sudo passwd root
根據提示輸入root賬號密碼。

重啓Ubuntu,登陸窗口會有「登陸」選項,這時候咱們就能夠經過root登陸了。 session



注意:

Ubuntu 12.04默認使用unity界面,不一樣的用戶體驗,可是對於從上一個LTS版本過來的我來講,gnome classic界面更容易上手。

首先咱們須要安裝gnome shell,sudo apt-get install gnome-session-fallback

記得在登陸框右上選擇gnome(classic)



須要注意的是,12.04的gnome classic和10.04使用上仍是有多不一樣的地方

補充:修改vi /etc/lightdm/lightdm.conf

user-session=Ubuntu    --->    user-session=gnome-classic

默認登陸到gnome classic界面,若是不須要特效則是gnome-fallback,對應登陸窗口的選項gnome classic(no effects) spa


Ubuntu 14.04 root用戶登陸設置 code


修改配置文件:50-ubuntu.conf
配置文件路徑:vi /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf

加入如下內容:
greeter-show-manual-login=true
allow-guest=false

50-ubuntu.conf配置文件內容以下:
[SeatDefaults]
user-session=ubuntu
greeter-show-manual-login=true
allow-guest=false

相關文章
相關標籤/搜索