分页: 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
Re: how to get the root user
发表于 : 2009-05-30 15:08
由 smallapple
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