What is a environment variables?
It is a variable that is accesible during the entire session in the shell.
What is the command to see the list of the environment variables?
env
How is displayed the SSH_CONNECTION environment variable?
SSH_CONNECTION=source Port Destination Port
What is the command to create a new variable?
export new_variable_name=VALUE