linux终端切换到root

linux终端切换到root帐号

1. 使用sudo命令

sudo -s
#输入当前帐号密码

2. 使用su命令

su
#输入root帐号密码

你可能感兴趣的:(linux,shell,os)