Refer to the exhibit. An engineer must add new users and set privileges for executing a few Python scripts. The engineer prepares a Bash script to automate this task. The script adds a user and a group from the command-line arguments, creates a directory, and copies the Python scripts to it. The script then changes to the directory and lists the scripts. Based on the script work flow, which process is being automated within the loop by using the list of Python scripts? A. assigning execution privileges to the owner, setting the user and group owner to the scripts that were initially created, and storing the script names in a file. B. creating a file with the content of all the files, assigning execution permissions to each script, and then changing ownership to the initially created user and group. C. removing the files that are not Python, listing the Python files, and assigning execution privileges to the initially created user and group. D. assigning execution privileges to everyone and changing the ownership to the initially created user and group. Correct Answer: B This question is in 200-901 exam For getting Cisco Certified DevNet Associate Certificate
Please login or Register to submit your answer