Answered step by step
Verified Expert Solution
Question
1 Approved Answer
create a bash script called mod7a the following output should be generated: Hello,full name! (this should show the fill name of whatever user is running
create a bash script called mod7a
the following output should be generated:
Hello,full name! (this should show the fill name of whatever user is running it, without asking for user input)
your home directory is /home/your username (again, this should show the user's home directory without askimg)
so if Tiffany Wellington ran this script, she would get output like this:
Hello,Tiffany Wellington! Your home directory is /home/twell99
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started