先说几个Ubuntu基础命令:
su //切换到超级用户
exit //从超级用户退出到原用户
su username //切换到 username用户
sudo adduser username //增加用户username
Ubuntu下使用 su 切换到超级用户时候遇到接下来的问题
su: Authentication failure
解决办法:
$ sudo passwd root
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
声明: 此文观点不代表本站立场;转载须要保留原文链接;版权疑问请联系我们。