How to login as Root In ubuntu

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
swellingflash
帖子: 15
注册时间: 2007-04-21 6:09

How to login as Root In ubuntu

#1

帖子 swellingflash » 2007-04-21 16:07

I am a fresh bird for LInux!!

Sorry for my English cuz my ubuntu has no chinese input software

I wanto chang a file's property into writtenable!

but this file is owned of Root,and my current name is not root(a name created in installing ubuntu)

so ,if i must log in as root to do that!!!

i click system->quit->swichuser

Then the login windows jumped, let me inputing the username!

i in put root, then inputed a right password of root

but,ubuntu said "administrator can not be login at this enviroment!!!"

help! how can I login as a root???
头像
有点笨小林
帖子: 14
注册时间: 2007-02-05 17:07

#2

帖子 有点笨小林 » 2007-04-21 16:33

在系统--管理--登录。。。

里面的安全选项 里有个不起眼的enable root login之类的。。勾上就好 :P
dbzhang800
帖子: 3182
注册时间: 2006-03-10 15:10
来自: xi'an China
联系:

#3

帖子 dbzhang800 » 2007-04-21 18:23

强烈建议你用sudo
不要启用root
头像
BigSnake.NET
帖子: 12522
注册时间: 2006-07-02 11:16
来自: 廣州
联系:

Re: How to login as Root In ubuntu

#4

帖子 BigSnake.NET » 2007-04-21 18:25

swellingflash 写了:I am a fresh bird for LInux!!

Sorry for my English cuz my ubuntu has no chinese input software

I wanto chang a file's property into writtenable!

but this file is owned of Root,and my current name is not root(a name created in installing ubuntu)

so ,if i must log in as root to do that!!!

i click system->quit->swichuser

Then the login windows jumped, let me inputing the username!

i in put root, then inputed a right password of root

but,ubuntu said "administrator can not be login at this enviroment!!!"

help! how can I login as a root???
As you are a fresh bird, login as root is NOT recommend.
please use

代码: 全选

sudo <command which you want to run as root>
to gaim root permission.

for more information, see the wiki.
^_^ ~~~
要理解递归,首先要理解递归。

地球人都知道,理论上,理论跟实际是没有差别的,但实际上,理论跟实际的差别是相当大滴。
回复