Linux在终端里面切换root用户
记录一个小知识点,如何在Linux的Terminal中切换root用户:
命令: su -
输入上述命令,回车根据提示输入root用户的密码。
[[email protected] ~]$ su - Password: [[email protected]-hat-enterprise-linux ~]# [[email protected]-hat-enterprise-linux ~]# //输入exit退出root用户 [[email protected] ~]# exit logout [[email protected]-hat-enterprise-linux ~]$
原文地址:https://www.cnblogs.com/lzhryan/p/10714059.html
时间: 2024-10-09 18:54:16