In this system, the # sign represents the root user and the $ sign represents the ordinary user. So how do you make them switch quickly? 1. Turn on the computer system first, then click the launcher. 2. There is software installed in the launcher. Just find the terminal software and click it to start it. 3. Or you can right-click and select Open terminal here, which can also achieve the purpose of quickly opening the terminal. 4. After opening, you will see a $ symbol. Enter su and then enter your administrator password. This time it will become #. 5. If you want to exit #, then enter: exit At this time, it will recover from # back to $. 6. Of course, for some distributions, you need to set the root password before you can open the switch. If the above method cannot switch, you should first enter: sudo passwd root After pressing Enter, enter your current user's password, then enter a new password for root. Enter it twice and it's done. Then you can use the above su to switch to the root user. You may also be interested in:
|
<<: How to use CocosCreator object pool
>>: Analysis and Solution of ERROR:2002 Reported When MySQL Starts
This article records the installation and configu...
This article example shares the specific code of ...
1. What is Docker Swarm? Docker Swarm is a cluste...
In HTML pages, we sometimes need to automatically ...
When encapsulating the date picker, you need to d...
Prepare the database (MySQL). If you already have...
Preface: When designing a table in MySQL, MySQL o...
This article example shares the specific code of ...
This article mainly introduces the example analys...
A set of MySQL libraries for testing. The previou...
Nginx has taken over the majority of the Web serv...
Table of contents Why understand the life cycle W...
Table of contents Preface Basic Usage grammar Err...
Add an input file HTML control to the web page: &...
1. Right-click the project and select properties ...