刚装的linux无法使用root需要初始化密码
1、设置密码
sudo passwd root
点击回车,然后输入两次你想设置的密码,比如123456
2、切换用户
su root
再输入你刚才设置的密码即可。