Day 5 Environment Variables Viewing environment variables: printenv – Viewing the environment variables. printenv HOME – Only variable of HOME will be displayed, for example something like this: “/home/philipp”. echo $HOME – Does the same thing. Environment values are case…