Linux: Allow User to Skip Sudo Challenge
System Administration
When scripting command line work, you will come across the need to respond to sudo challenges, to execute commands that require elevation, if not running as root.
You can choose to pass the user's password as stdinput, using the command line gymnastics at the...