ubuntu启用root 为了启用 root 帐号 (也就是 设置一个口令) 使用: sudo passwd root当你使用完毕后屏蔽 root 帐号 使用: sudo passwd -l root这个将锁住 root 帐号.