1) Write a command that will show you the TERM variable. What is this and why is it important? What are some other impor
Posted: Sun Jul 03, 2022 11:22 am
1) 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?
2) Write a command that will set a shell variable namedfilm that is set to a value of your favoritefilm.
3) 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.
4) Write a single command that will create a newenvironment variable called genre that is set toyour favorite film genre. Do this in one step!
5) Write a command that will modify your bash prompt toreplace the hostname with the current time in your preferredformat.
2) Write a command that will set a shell variable namedfilm that is set to a value of your favoritefilm.
3) 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.
4) Write a single command that will create a newenvironment variable called genre that is set toyour favorite film genre. Do this in one step!
5) Write a command that will modify your bash prompt toreplace the hostname with the current time in your preferredformat.