echo $USER;
echo "$USER"
# Current user id -u # Another user id -u <username>
$ cat /etc/passwd | cut -d: -f1
who -H
# See who is logged in and what they are running ps au