Bypass ‘sudo’ : Execute root commands without entering password in Linux

Keywords: Bypass sudo, execute root commands without ‘sudo’    Many times we encounter a scenario where we have to enter password to execute some commands. Many Linux commands needs root previlege to execute them. If you are trying to execute a command using ‘sudo’ in a script or by a function using any programming language, then you’ll encounter this problem. If you don’t want to enter your password every time while running your program or script then you can follow one of the following options: 1. Bypass ‘sudo’, provide ‘password’ automatically (a).…

Read More