Title here
Summary here
The current shell in use.
printenv SHELL
/bin/bash
The path to the user’s home directory.
printenv HOME
/home/kuga
The path to the current directory.
printenv PWD
/home/kuga
The current user.
printenv USER
kuga
The path where executable programs are searched, separated by colons.
printenv PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
The level of the shell, starting from 1.
printenv SHLVL
1