POS 420 UOP Course Tutorial/ Tutorialoutlet

POS 420 UOP Course Tutorial/ Tutorialoutlet

POS 420 Complete Course Material



For more course tutorials visit
www.tutorialoutlet.com



POS 420 Week 1 DQs
POS 420 Week 1 Summary
POS 420 Week 2 DQs
POS 420 Week 2 Summary
POS 420 Week 3 DQs
POS 420 Week 3 Summary
POS 420 Week 4 DQs
POS 420 Week 4 Summary
POS 420 Week 5 DQs
POS 420 Week 5 Summary
POS 420 WEEK 3 INDIVIDUAL ASSIGNMENT
POS 420 WEEK 4 INDIVIDUAL ASSIGNMENT
POS 420 WEEK 5 Learning Team Assignment: UNIX vs. Windows Networking

_______________________________________________________________________________________


POS 420 Week 3 Individual Assignment


For more course tutorials visit
www.tutorialoutlet.com



Copy the following shell that completes the following:
#!/bin/bash
echo Select a country from the follow-ing list:
echo America, Italy, France, Germany
read country
case $country in
[Aa]merica ) echo Ford; echo Per-haps;;
[Ii]taly ) echo Ferarri;echo no;;
[Ff]rance ) echo Peugeot ;echo no way;;
[Gg]ermany ) echo Porsche ;echo yes;;
esac
• Run the shell from above.
• Answer the following questions:
◦ What is the purpose of the echo command?
◦ In the case statement, why are the first let-ters both caps and lower case?
◦ What does esac mean?
• Submit the answers to these questions to your faculty member for grading.
• Create your own shell that completes the fol-lowing problem:
◦ Ask the user their name.
◦ Compare it to your name.
◦ Give a reply that their response is either your name too or it is a nice name too.
◦ Submit a listing of this shell to your faculty member for grading.
Individual
Individual Forum
Day 7

________________________________________________________________________________________


POS 420 WEEK 4 Individual Assignment


For more course tutorials visit
www.tutorialoutlet.com



Complete the Linux command skills worksheet that is provided in the week 4 Materials Posting...

Similar Essays