
As Linux users, we are accustomed to use sudo to acquire super user permissions when we are typing commands on the terminal. This program asks us to enter our user’s password and then, if it is correct and our user is authorized to use sudo, it will execute the command that we have passed as root. What some may not know is that sudo gives us a period of time to enter the password, if we do not do it…