Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to switch to a root user using the linux system

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article will explain in detail how to use the linux system to switch to root users, the content of the article is of high quality, so the editor will share it for you as a reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.

The way to switch to the root user under the linux system is: 1, execute the [sudo passwd root] command; 2, set the password of the root user; 3, execute the [su root] command, so that you can freely switch to the root user.

Specific commands:

(1) use sudo command

Xzm@ubuntu:~$ sudo

Then, enter the current administrator user password to get the superuser privileges. By default, however, the root permission expires after 5 minutes.

(2) you can use the sudo-I command

Xzm@ubuntu:~$ sudo-I

Then, enter the password of the current administrator user to enter the root user.

(3) if you want to use root permissions all the time, use the su command to switch to the root user.

First, set the password for the root user:

Xzm@ubuntu:~$ sudo passwd root

This allows you to set the password for the root user.

After that, you are free to switch to root users.

Xzm@ubuntu:~$ su

Just enter the password of the root user.

On how to use the linux system to switch to root users to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report