Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 5. Create a shell script file called q5.sh Write a bash script that will edit the PATH environment variable to include the sourcefiles directory
Question 5.
Create a shell script file called q5.sh
Write a bash script that will edit the PATH environment variable to include the sourcefiles directory in your home directory and make the new variable global.
Open q5.sh file and show your code.
Show the content of your PATH variable
execute q5.sh.
Show the content of your PATH variable again
Show the content of your .bashrc file to show that the new PATH has been added to the .bashrc file from your script
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started