第一种方式:使用命令
sudo passwd root
设置root用户的密码
然后su root即可切换至root用户
第二种方式:
sudo bash
Ubuntu切换至root用户
原文:http://www.cnblogs.com/zhjsll/p/4149551.html