How do I get the current user's username in Bash? Do I use whoami?
whoami
On the command line, enter
or
echo "$USER"