Changes

Jump to: navigation, search

Tutorial12: Shell Scripting - Part 2

11 bytes added, 10:09, 5 August 2020
LINUX PRACTICE QUESTIONS
# Create a Bash shell script called '''retire.bash''' that when run, clears the screen, and then prompts the user for their age. If the age entered is less than 65, then display a message that the person is NOT eligible to retire. If the age is equal to 65, then display a message that the person just turned 65 and can retire. If the age is greater than 65, then display the message that the user is over 65 and why have they not have already retired already?<br><br>
# Add code to the '''retire.bash''' script created in the previous question to force the user to enter only an '''integer ''' to provide error-checking for this shell script.<br><br>
# What is the purpose of the '''/etc/profile''' startup file?<br><br>
# What is the purpose of the '''/etc/bashrc''' startup file?<br><br>
13,420
edits

Navigation menu