Which three methods will be successful at avoiding permissions errrors when attempting to run the script?

The dailyrun.sh Bash shell script has the permissions as listed here:
-rw-r- -r- – 1 hr hradmin 8 Apr 2 06:57 dailyrun.sh
Which three methods will be successful at avoiding permissions errrors when attempting to run the script? (Choose three.)
A. executing the shell script using an alias created with the alias dailyrun=’bash dailyrun.sh’
B. executing the shell script using an alias created with the alias dailyrun=dailyrun.sh
C. executing the shell script from the shell prompt using the bash command
D. executing the shell script from the shell prompt using the sh command
E. executing the shell script from within a shell function using an alias created with the alias dailyrun=’dailyrun.sh’

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.