【Linux】Ubuntu从普通用户与root用户的切换

普通用户dj—>root用户

sudo su
按照提示输入密码即可

root用户—>普通用户dj

su dj
或
ctrl + d
或
exit

你可能感兴趣的:(Linux基础)