linux 如何在root 用户和普通账户间切换
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
在普通用户模式下输入su,然后输入root密码就能切换的root 用户:
administrator@ubuntu:~$ su
密码:
root@ubuntu:/home/administrator#
使用ctrl + D即可退出root,回到$ 用户。
也可以使用# su 用户名,且到指定的用户:
root@ubuntu:/home/administrator# su administrator
administrator@ubuntu:~$




A beautiful web dashboard for Linux
最近提交(Master分支:16 天前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)