In today’s article, I will tell you about Switch To Root User Linux.
Root user is the most authorized user in linux systems. Therefore, we need to be careful when operating with root.
We can switch to root with the help of the following commands.
1 | su root |
1 | sudo su |
1 | sudo -i |
With the help of the above commands, you can switch to root user.