Ubuntu系统切换root账号

郎家岭伯爵 2021年12月14日 348次浏览

背景

Ubuntu系统有时即便sudo权限仍然无法权限不足,例如安装curl时:

apt-get update -y && apt-get install curl -y

解决

切换root账号

sudo -s

或者

sudo su -

退出root账号

exit

总结

Ubuntu系统中 sudo -s 可切换到root账号下执行命令。

赞助页面示例