Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Decision Logic Use the nano or vi editor to create the following script name the script os _ choice.sh echo - n 'What is your
Decision Logic
Use the nano or vi editor to create the following script name the
script oschoice.sh
echo n 'What is your favorite operating system?
read OS NAME
if $SNAME" "LinuX"
then
echo "You will, like Ubuntu.
else
echo "You should give Linux a try.
Give the script executable permissions by typing:
chmod oschoice.sh
To run the script type: oschoice.sh
Provide a screenshot of the script and the output of the script.
Please label the screenshot oschoice" This script will ask the
user "What is your favorite operating system? If the user answers
Linux The script will respond "You will like Ubuntu" If the user
answers with any other response, the script should respond "You
should give Linux a try" Include the datetime stamp.
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