Changes

Jump to: navigation, search

Tutorial10: Shell Scripting - Part 1

43 bytes removed, 09:39, 4 May 2021
LINUX PRACTICE QUESTIONS
# Write a Bash shell script that clears the screen and displays the text Hello World on the screen.<br><br>What '''permissions''' are required to run this Bash shell script?<br>What are the different methods that you can run this Bash shell script from the command line?<br><br>
# Write a Bash shell script that clears the screen, prompts the user for their '''full name''' and then prompts the user for their '''age''', then clears the screen again and welcomes the user by their name and tells them their age.<br><br>What '''comments''' would you add to the above script’s contents to properly document this Bash shell script to be understood for those users that would read / edit this Bash shell script’s contents?<br><br># Write a Bash shell script that will first set the value of a read-only variable called '''numberdogFactor''' to '''23''' and make this variable '''read-only7'''.<br>Then the The script will then clear the screen and prompt the user to enter the age of a dog in human years (which will be stored into a value for that variable called number to another value'''humanYears''').<br>Have the <br>The script display will store in a variable called '''dogYears''' the value of the variable called number to prove that it is a read-only variable.<br>''humanYears x dogFactor''<br>When you ran this Bash shell script, did you encounter an error message?<br>How would you run this Bash shell The script, so will then clear the error message was NOT displayed?screen a second time and then display the age of the dog in ''“dog years”''.<br><br>
# Write a Bash shell script that will clear the screen and then display all arguments that were entered after your Bash shell script when it was run. Also have the Bash shell script display the number of arguments that were entered after your Bash shell script.<br><br><br>
13,420
edits

Navigation menu