Answered step by step
Verified Expert Solution
Link Copied!

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 os_choice.sh
echo -n 'What is your favorite operating system?
read OS NAME
if ["$0S_NAME" = "LinuX" |
then
echo "You will, like Ubuntu. "
else
echo "You should give Linux a try.
Give the script executable permissions by typing:
chmod +x os_choice.sh
To run the script type: ./os_choice.sh
Provide a screenshot of the script and the output of the script.
Please label the screenshot "os_choice" 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 date/time stamp.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Administrator Limited Edition

Authors: Martif Way

1st Edition

B0CGG89N8Z

More Books

Students also viewed these Databases questions

Question

Provide examples of KPIs in Human Capital Management.

Answered: 1 week ago

Question

What are OLAP Cubes?

Answered: 1 week ago