Sudo Command – Control User To Run Commands with Root Privileges
Sudo is a program in unix like operating systems which allow the users to run the program which require the super user or root user permissions. SUDO stands for the “superuser do”. It prompts you for your personal password and confirm your request by checking a file called sudoers.Sudoers file contains the rule that user…