Page 1 of 1

Task 01 Write a command that will show you the TERM variable. What is this and why is it important? What are some other

Posted: Sun Jul 03, 2022 11:22 am
by answerhappygod
Task 01
Write a command that will show you the TERMvariable. What is this and why is it important? What are some otherimportant environment variables on your system?
Task 02
Write a command that will set a shell variable namedfilm that is set to a value of your favoritefilm.
Task 03
Write a command that will make the filmvariable an environment variable. What is the difference betweenthe two? Take a screenshot showing the difference between the shelland the environment variable that you set.
Task 04
Write a single command that will create a new environmentvariable called genre that is set to your favoritefilm genre. Do this in one step!
Task 05
Write a command that will modify your bash prompt to replace thehostname with the current time in your preferred format.