Changes

Jump to: navigation, search

Tutorial10: Shell Scripting - Part 1

No change in size, 09:12, 17 July 2020
LINUX PRACTICE QUESTIONS
# Write a Bash shell script that clears the screen and displays the text Hello World on the screen.<br><br><br><br><br>What permissions are required to run this Bash shell script?<br><br><br>What are the different ways that you can run this Bash shell script from the command line?<br><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''',<br>then clears the screen again and welcomes the user by their name and tells them their age.<br> <br><br><br><br><br><br><br>What comments would you add to the above script’s contents to properly document this Bash shell script to be understood <br>for those users<br>that would read / edit this Bash shell script’s contents?<br> <br><br>
# Write a Bash shell script that will first set the value of a variable called '''number''' to '''23''' and make this variable '''read-only'''. Then the script will clear the screen and prompt the user to enter a value for that variable called number to another value. Have the script display the value of the variable called number to prove that it is a read-only variable.<br><br><br><br><br>
# x
13,420
edits

Navigation menu