Chinaunix首页 | 论坛 | 博客
  • 博客访问: 85943
  • 博文数量: 33
  • 博客积分: 2500
  • 博客等级: 少校
  • 技术积分: 270
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-15 11:13
文章分类

全部博文(33)

文章存档

2011年(1)

2010年(4)

2008年(28)

我的朋友

分类:

2008-04-15 18:01:31

If you got the message like this:

$ su - root
Password:
su: Authentication failure
Sorry.


Then you can input the command:
sudo passwd root
open the root user and input the passwd:

$ sudo passwd root
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully


so that you can su -root

Want to close the root user in the ubuntu, run the command:
sudo passwd root -l
阅读(962) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~