分页: 1 / 1

how to get the root user

发表于 : 2009-05-30 15:02
itojef
when i install the system software i set a kuaile user ,but now i want to use the root user ,how can i get it

Re: how to get the root user

发表于 : 2009-05-30 15:04
xnnyygn

代码: 全选

sudo root
Cannot work?

Re: how to get the root user

发表于 : 2009-05-30 15:08
smallapple
到这打字

http://dict.cn/ime/

Re: how to get the root user

发表于 : 2009-05-30 15:10
itojef
i havn't set the root password ,but now i can't use the root to pass

Re: how to get the root user

发表于 : 2009-05-30 15:10
xnnyygn
smallapple的东西不错
如果打中文字的话
如果有firefox的话,也可以使用fireinput插件

Re: how to get the root user

发表于 : 2009-05-30 15:12
edifie
http://www.sizlopedia.com/2008/04/16/ho ... root-user/
Just follow the steps below:

1. Open the terminal and type:
sudo passwd root
2. When you see the prompt that says "Enter new UNIX password", enter the password you want for the root user and confirm it.
3. Type:
sudo gedit /etc/X11/gdm/gdm.conf
4. Locate the line that says "AllowRoot=false". Change it to "AllowRoot=true".
5. Save the file
6. Exit gedit, logout and then reboot.

Re: how to get the root user

发表于 : 2009-05-30 15:15
tenzu
Story 6 is correct.

Re: how to get the root user

发表于 : 2009-05-30 15:34
itojef
thank you very much