
ADD USER TO SUDO PASSWORD
By default, the sudo password is remembered for 15 minutes in the current session. Hence, the other users can't do any further administrative tasks. Just in case if you left the terminal open after running some commands with sudo permission, the authentication automatically expires.

This is why it is important to create a regular user and add him to sudo user group to perform administrative tasks.

Sudo allows the authorized users to perform tasks with root-level privileges, even if they don't know the root user password.

One wrong command can destroy the whole system! This is where the "sudo" comes in help. Using root user for the day to day activities can be dangerous and it is not recommended. The root user can do anything and everything in a Unix-like system. In Linux and Unix operating systems, there is a special user called - root. Grant Sudo Privileges To Users In Ubuntu Linux
