The sudo (sudouser do) command is a tool in Linux systems, used to run commands or programs as another user, by default as root user. If you doing administration task then you need to use sudo frequently. This article show you how to run sudo command without entering password. To grant the sudo access...
The su command is used to run commands as a another user. It is simplest way to switch to the administrative account in the current login session. It is very useful when the root user is not allowed to log in to the system through ssh. For example, in Ubuntu, root user is disabled...
Using sudo command you can perform the actions and operations as root user. It’s the mostly used command for Linux user. It’s always recommended to login as a sudo user instead of as root and perform task. You can give limited administrative privileges to sudo users without providing them root password. This guide will...
The sudo command designed for granting administrator privileges to normal users. This tutorial will show you the simple and easy way to create a new user on CentOS and make it sudo user account. You can use this user account to execute administrative commands without a need to logging as a root user in...
The sudo command provides a mechanism for granting administrator privileges to normal users. This guide will show you the easiest way to create a sudo user on Ubuntu. After that, you can use this user account to execute administrative commands without a need to logging in to your Ubuntu server as a root user....
In linux sudo is masterpiece to allow users to execute commands with another user’s privileges, default is root user. In this tutorial, you will learn how to create a new user on Debian system and make sudo user by giving it sudo access. By sudo user account you can execute administrative commands without a...