Refer to the exhibit.

A network engineer executes the bash script shown. Which two things are achieved by running the script? (Choose two.)
The bash script in the exhibit performs the following actions step-by-step:
#!/bin/bash - This is the shebang line that tells the system this script should be run with the bash shell.
apt-get update - This command updates the package lists for upgrades for packages that need upgrading, as well as new packages that have just come to the repositories.
apt-get -y install git - This command installs git automatically confirming the installation with -y.
cd Code/Network_Config - This command changes the directory to Code/Network_Config.
mkdir PRODUCTION - This command creates a new directory named PRODUCTION.
cd PRODUCTION - This command changes the directory to the newly created PRODUCTION directory.
touch state.yml - This command creates an empty file named state.yml.
vi state.yml - This command opens the state.yml file in the vi editor.
Therefore, based on the above script analysis:
A directory called PRODUCTION is created (Answ
Aron
8 months agoYuki
8 months agoArlie
9 months agoFlorinda
9 months agoAleisha
9 months agoDustin
9 months agoTuyet
10 months agoTasia
10 months agoVicki
10 months agoMarta
10 months agoCarylon
11 months agoDominga
11 months agoDorethea
11 months agoStefanie
11 months agoQuinn
1 year agoFidelia
1 year agoNoemi
1 year agoAbel
1 year agoShoshana
1 year agoJamal
1 year agoQuinn
1 year agoCarmen
1 year agoMicah
1 year agoDan
1 year agoFidelia
1 year agoRaylene
1 year agoMary
1 year agoJustine
1 year ago