How to Login As root in Linux OS (Ubuntu)

When we install some software's through terminal in our Linux OS we require root access permission, so simply we can give permission through login as root in terminal 
Follow 2 Steps :
1) Type in terminal :  sudo -s
2) Then Enter root password
if your password is correct it will give you permission to install software
Watch Video Tutorial :

Comments

Popular posts from this blog

API development using .NET Core - ProductManagmentCRUD

Singleton Design Pattern Realtime Example of banking

Consume API in MVC Application