标签: linux切换到root用户
thumbnail
new

linux切换到root用户的方法有哪些

使用su命令:在终端中输入su,然后输入root用户的密码即可切换到root用户。 使用sudo命令:在终端中输入sudo su,然后输入当前用户的密码即可切换到root用户……