List of questions
Related questions
Question 439 - 200-901 discussion
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 ds 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, used on the script workflow, which process is being automated within the loop by using the list of Python scripts?
removing the files that are not Python, listing the Python files, and assigning execution privileges to the initially created user and group.
assigning execution privileges to everyone and changing the ownership to the initially created user and group
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.
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.
0 comments
Leave a comment first