Reference no: EM1379000
Login to your Linux environment and construct your start-up shell script. Whether you write the scripts as .profile or .cshrc, include the following options:
* Your search path to $PATH
* Your editor to vi
* Two variables of your preference, explain what they are.
Copy the following shell that completes the following:
#!/bin/bash
echo Select a country from the following list:
echo America, Italy, France, Germany
read country
case $country in
[Aa]merica ) echo Ford; echo Perhaps;;
[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 letters 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 following 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.
· Copy/Paste or attach a screen print.
Copy/paste the screen shots
Role of it management in organizations
: Write a statement of what you perceive the role of IT management in organizations and address the IT management challenges that e-business brings.
|
Evaluate the intended audience
: Question: In order for technical communication to be effective, the writer must evaluate the intended audience, its characteristics, knowledge base, expectations, and needs.
|
Object oriented designing class
: Object oriented design is making classes with both characteristics and behavior wrapped together. Taking data and the functions that operate on that information and storing them as one programming unit is extremely powerful.
|
Fdtd evaluation of the sar distribution
: Finite Difference Time Domain (FDTD) numerical method to develop for me a software program that simulates - evaluates Specific Absorption Rate (SAR) Distribution in a Human Head Near a Mobile Cellular Phone as a student project.
|
Path and editor variables in linux login
: Login to Linux environment and construct start-up shell script. Whether you write the scripts as .profile or .cshrc, include the following options:
|
Determine the greatest magnitude negative number
: Determine the greatest magnitude negative number one can represent in an 8-bit 2's complement code? Write your result in binary and decimal.
|
Linux commands
: Project Linux commands. Please record all commands on a Microsoft Word Doc.
|
Approximate location of the laminar turbulent transition
: Find the approximate location of the laminar turbulent transition - what is the net heat removed by the air around the rod?
|
Explain the action of the function
: Explain the action of the function. Determine the function in the library that performs a similar calculation?
|