What is the root user in Linux?

藏色散人
Release: 2019-05-22 09:31:58
Original
11825 people have browsed it

Root exists in UNIX systems (such as AIX, BSD, etc.) and UNIX-like systems (such as Debian, Redhat, Ubuntu and other versions of Linux systems and Android systems). The super user is generally named root, which is equivalent to Windows systems. system user.

What is the root user in Linux?

root is the only super user in the system and has all the permissions in the system, such as starting or stopping a process, deleting or adding users, adding or disabling hardware, etc.

The root user is the only super administrator in the system and has the same permissions as the operating system. Some applications that require root permissions, such as ad blocking, require root permissions. But the problem is that root is more powerful than the Windows system administrator and can delete most of the files in the entire system, causing the system to be completely destroyed and cannot be used again. Therefore, it is quite dangerous to perform improper operations with root. In mild cases, the computer may crash, and in severe cases, it may even prevent the computer from booting. Therefore, in Unix, Linux and Android, it is generally not recommended to use root unless it is really necessary. It is best to create a separate ordinary user for daily use.

Because of the high root authority, many hackers regard obtaining root authority as their highest goal, and even turn root into a verb, for example, I rooted the box. It means that I obtained the root user authority of this machine.

root@xs-hp:~#
xs@xs-hp:~$
Copy after login

Note:

root xs  //表示用户名,root为超级用户,xs为普通用户
@ //在
xs-hp //主机名
~ //当前路径为家目录
#$ //权限标志位,前者代表root用户,后者为普通用户
sudo + command //使普通用户拥有root权限
sudo su - //切换到root用户
Copy after login

The above is the detailed content of What is the root user in Linux?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!